Markdown

### Mermaid Chart ```mermaid graph LR; A-->B; A-->C; B-->D; C-->D; ``` ```mermaid graph TD; A-->B; A-->C; B-->D; C-->D; ```
Attribute Type Documentation Default Value
id :any html attribute id false
class :any html attribute class ""
debug :boolean remark-element attribute, enable debug false
content :string markdown content ""