Available embedded filters
:escape
The filter replaces reserved HTML characters with their corresponding HTML entities.
:code
The filter wraps a content with the
<code>
tag.:highlight
The filter highlights code syntax, using a highlighting module such as prismjs.
:markdown
The filter transform markdown to HTML and highlights code syntax.