markdown
Parses a Markdown formatted text and returns the generated HTML markup. Note that Automad actually also supports the slightly extended markdown flavor called Markdown Extra.
@{ text | markdown (multilineOnly) }
Parameters
- multilineOnly False
- If set to
true
, only a text with multiple lines will be parsed. The default isfalse
.
Example
The standard usage of this function looks like this:
@{ text | markdown }