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