Description
The markdown filter converts text formatted with Markdown to HTML using the ruby gem Redcarpet. For a complete explanation of markdown syntax, please visit the Markdown Syntax.
Syntax
{{ <markdown_code> | markdown }}
Example
{{ '# Header' | markdown }}
The HTML output of the example above is:
<h1>Header</h1>