binaryninja.interaction.
markdown_to_html
markdown_to_html converts the provided markdown to HTML.
contents (string) – Markdown contents to convert to HTML.
string
>>> markdown_to_html("##Yay") '<h2>Yay</h2>'