blob: 165f427bb1c4ae1873febc841877a83ad20317fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
```
% 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}" ] ] ]
]
```
|