2018-09-06 17:05:04 -07:00
|
|
|
```
|
|
|
|
% pandoc -f html -t native
|
|
|
|
My <script type="math/tex">\mathcal{D}</script>
|
|
|
|
^D
|
2021-09-19 12:09:51 -07:00
|
|
|
[ Plain [ Str "My", Space, Math InlineMath "\\mathcal{D}" ] ]
|
2018-09-06 17:05:04 -07:00
|
|
|
```
|
|
|
|
|
|
|
|
```
|
|
|
|
% pandoc -f html -t native
|
|
|
|
<script type="math/tex; mode=display">\mathcal{D}</script>
|
|
|
|
^D
|
2021-09-19 12:09:51 -07:00
|
|
|
[ Plain [ Math DisplayMath "\\mathcal{D}" ] ]
|
2018-09-06 17:05:04 -07:00
|
|
|
```
|