- Description:
This key toggles whether CloudCannon will enable GitHub Flavored Markdown (GFM) mode when processing Markdown.
Setting this key to
truewill enable GFM mode, which includes features like tables, strikethrough, task lists, and autolinks.By default, this key is
false(i.e., GFM mode is disabled).- Appears in:
- Type:
boolean- Examples:
In this example, we have configured Markdown to enable GitHub Flavored Markdown mode.
Copied to clipboardmarkdown: engine: commonmark options: gfm: true{ "markdown": { "engine": "commonmark", "options": { "gfm": true } } }