How to Insert HTML tables in Hugo(Theme:Ace-Documentation)?

I’m having trouble in inserting an HTML table in a static website generated by Hugo, hence I had to convert it to a markdown table. Also, I require the table to be a sortable one.
Is there any way I can do that?

this can help fast!
https://www.tablesgenerator.com/markdown_tables

Adding <div> tags around static HTML might help. Sortable tables can be achieved via Javascript only, not Markdown or HTML. There are plenty of JS plugins to do that. But it might be out of scope for the Hugo-Discourse. Try the Ace issues to get help with that: https://github.com/vantagedesign/ace-documentation/issues