taskbridgeapp.helpers.markdown_to_html

taskbridgeapp.helpers.markdown_to_html(text)

Converts Markdown to HTML using the markdown2 library.

Parameters:

text (str) – the Markdown text to convert to HTMl.

Return type:

str

Returns:

the HTML version of the Markdown given.