Markdownify¶
Markdownify is a filter that allows to parse markdown inside a html text by sending it through the Markdown parser used by MkDocs (Python-Markdown).
This also includes any markdown extensions added to the Markdown library.
Example¶
<p>{{ "Parsing **Markdown** inside some HTML! :thumbsup:" | markdownify }}</p>
Parsing Markdown inside some HTML!