Function pymdtools::mistunege::markdown

Function Documentation

pymdtools.mistunege.markdown(text text, escape escape = True, kwargs kwargs)

Render markdown formatted text to html.

:param text: markdown formatted text content.
:param escape: if set to False, all html tags will not be escaped.
:param use_xhtml: output with xhtml tags.
:param hard_wrap: if set to True, it will use the GFM line breaks feature.
:param parse_block_html: parse text only in block level html.
:param parse_inline_html: parse text only in inline level html.