markdown

Parses Markdown-formatted text and returns the generated HTML markup. Note that Automad also supports the slightly extended Markdown flavor called Markdown Extra, which includes additional features such as Markdown inside HTML tags, better tables, definition lists, and special attributes for more expressive document formatting.

@{ text | markdown (multilineOnly) }

Parameters

multilineOnly false
If set to true, only a text with multiple lines will be parsed. The default is false.
floor match