Markdown is a shortcut to parse texts using Markdown syntax in a document.
{{% markdown extra=true|false auto_line_breaks=true|false auto_url_links=true|false escape_markup=true|false special_chars={'>':'gt', ...} %}}
-
extra
[optional] -- (bool)
Enable support for Markdown Extra (default: true). -
auto_line_breaks
[optional] -- (bool)
Enable automatic line breaks (default: false). -
auto_url_links
[optional] -- (bool)
Enable automatic HTML links (default: false). -
escape_markup
[optional] -- (bool)
Escape markup tags into entities (default: false). -
special_chars
[optional] -- (array)
List of special characters to automatically convert to entities (default: {'>': 'gt', '<': 'lt'}).