UNPKG

257 BYAMLView Raw
1cases:
2 - title: CommonMark HTML
3 id: html
4 mdast:
5 type: root
6 children:
7 - type: html
8 value: <div><p>*some text*</p></div>
9 myst: |-
10 <div><p>*some text*</p></div>
11 html: |-
12 <div><p>*some text*</p></div>