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

Read more Read less
false
class :any

html attribute class

Read more Read less
""
debug :boolean

remark-element attribute, enable debug

Read more Read less
false
content :string

markdown content

Read more Read less
""