Indent
Convert content between the tags into markdown, ignoring indentation.
Similar to the {{ markdown }} tag, {{ markdown:indent }} is a tag-pair version of the markdown modifier. However, it additionally ignores indentation so everything isn’t simply rendered in a <code> block.
Example
{{ markdown:indent }}
## Ode To Bacon
Bacon. Mmm, bacon.
{{ /markdown:indent }}
<h3>Ode To Bacon</h3>
<p>Bacon. Mmm, bacon.</p>