- Description:
This key toggles whether CloudCannon will output HTML tags from source when converting Markdown to HTML.
Setting this key to
truewill allow HTML tags in the Markdown source to be output in the resulting HTML.By default, this key is
false(i.e., HTML tags in Markdown source are not output).- Appears in:
- Type:
boolean- Default value:
false- Examples:
In this example, we have configured Markdown to output HTML tags from source.
Copied to clipboardmarkdown: engine: commonmark options: html: true{ "markdown": { "engine": "commonmark", "options": { "html": true } } }