|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.
See the Markdown Parser article for more details on using Markdown.
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.
See the Markdown Parser article for more details on using Markdown.