aboutsummaryrefslogtreecommitdiff
path: root/test/command/4877.md
blob: d442de3b4de9278fc26957f878c747df67208e72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
```
% 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}" ] ]
```