- Description:
This key defines which Markdown processing engine CloudCannon will use to convert between HTML and Markdown.
- Appears in:
- Type:
string- Default value:
commonmark- Allowed values:
commonmarkkramdown- Examples:
In this example, we have configured CloudCannon to use the
kramdownMarkdown engine.Copied to clipboardmarkdown: engine: kramdown{ "markdown": { "engine": "kramdown" } }In this example, we have configured CloudCannon to use the
commonmarkMarkdown engine with custom options.Copied to clipboardmarkdown: engine: commonmark options: html: true breaks: true{ "markdown": { "engine": "commonmark", "options": { "html": true, "breaks": true } } }