What is the best way to render superscript/subscript html in markdown files? Both <sup> and <sub> are omitted as Hugo strips raw HTML from Markdown files, and I cannot get any other Markdown specific syntax such as ^ or _ to work.
Any suggestions?