- 
                DocsMarkup
- 
                Variables
- 
                Tags
- 
                Filters
- 
                Functions
- Documentation
- Filters
- |md
The |md filter converts the value from Markdown to HTML format.
{{ '**Text** is bold.'|md }}The above will output the following:
<strong>Text</strong> is bold.