UNPKG

754 BYAMLView Raw
1cases:
2 - title: unknown role
3 id: role
4 mdast:
5 type: root
6 children:
7 - type: paragraph
8 children:
9 - type: mystRole
10 name: abc
11 value: ABC role
12 myst: |-
13 {abc}`ABC role`
14 html: |-
15 <p><span class="role unhandled"><code class="kind">{abc}</code><code>ABC role</code></span></p>
16 - title: unknown role - no value
17 mdast:
18 type: root
19 children:
20 - type: paragraph
21 children:
22 - type: mystRole
23 name: abc
24 - title: unknown role - invalid no kind
25 invalid: true
26 mdast:
27 type: root
28 children:
29 - type: paragraph
30 children:
31 - type: mystRole
32 value: ABC role