a211edc819
These are used by MathJax. Closes #4877.
13 lines
282 B
Markdown
13 lines
282 B
Markdown
```
|
|
% pandoc -f html -t native
|
|
My <script type="math/tex">\mathcal{D}</script>
|
|
^D
|
|
[Plain [Str "My",Space,Math InlineMath "\\mathcal{D}"]]
|
|
```
|
|
|
|
```
|
|
% pandoc -f html -t native
|
|
<script type="math/tex; mode=display">\mathcal{D}</script>
|
|
^D
|
|
[Plain [Math DisplayMath "\\mathcal{D}"]]
|
|
```
|