markdown_to_html()
Converts Markdown to HTML using the markdown2 library.
text (str) – the Markdown text to convert to HTMl.
str
the HTML version of the Markdown given.