UNPKG

504 BYAMLView Raw
1cases:
2 - title: Math role
3 id: inlinemath
4 mdast:
5 type: root
6 children:
7 - type: paragraph
8 children:
9 - type: text
10 value: 'This is genius '
11 - type: mystRole
12 name: math
13 value: e=mc^2
14 children:
15 - type: inlineMath
16 value: e=mc^2
17 myst: |-
18 This is genius {math}`e=mc^2`
19 html: |-
20 <p>This is genius <span class="math inline">e=mc^2</span></p>