pandoc/test/command/4919.md

18 lines
220 B
Markdown
Raw Normal View History

```
% pandoc -f rst -t native
.. _`tgtmath`:
.. math::
:name:
V = \frac{K}{r^2}
^D
[ Div
( "tgtmath" , [] , [] )
[ BlockQuote
[ Para [ Math DisplayMath "V = \\frac{K}{r^2}" ] ]
]
]
```