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