Markdown Chart Config
Less than 1 minute
The following options supports different charts in markdown, and can be set under markdown
property in theme options.
markdown.chartjs
- Type:
boolean
- Default:
false
- Details:
Whether to enable Chart.js support
markdown.echarts
- Type:
boolean
- Default:
false
- Details:
Whether to enable ECharts support
markdown.flowchart
- Type:
boolean
- Default:
false
- Details:
Whether to enable flowchart support
markdown.mermaid
- Type:
boolean
- Default:
false
- Details:
Whether to enable Mermaid support, you can pass in a config object to customize the behavior of Mermaid.
markdown.plantuml
- Type:
MarkdownItPlantumlOptions[] | boolean
- Default:
false
- Details:
Whether to enable plantuml support.