Available embedded filters

Here is the collection of pug filters embedded in @webdiscus/pug-loader.
: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.