This key toggles whether CloudCannon will output HTML tags from source when converting Markdown to HTML.
Setting this key to true will 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 clipboard
markdown:
engine: commonmark
options:
html: true{
"markdown": {
"engine": "commonmark",
"options": {
"html": true
}
}
}