UNPKG

myst-spec

Version:

MyST schema, testcases, and typescript types

21 lines (20 loc) 504 B
cases: - title: Math role id: inlinemath mdast: type: root children: - type: paragraph children: - type: text value: 'This is genius ' - type: mystRole name: math value: e=mc^2 children: - type: inlineMath value: e=mc^2 myst: |- This is genius {math}`e=mc^2` html: |- <p>This is genius <span class="math-inline">e=mc^2</span></p>