Skip to content

Files

Latest commit

59585a3 · May 14, 2015

History

History
9 lines (5 loc) · 181 Bytes

markup-filter-md.md

File metadata and controls

9 lines (5 loc) · 181 Bytes

|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.