2018-09-20 11:15:03 -07:00
|
|
|
```
|
|
|
|
% pandoc -f rst -t native
|
|
|
|
.. _`tgtmath`:
|
|
|
|
|
|
|
|
.. math::
|
|
|
|
:name:
|
|
|
|
|
|
|
|
V = \frac{K}{r^2}
|
|
|
|
^D
|
2021-09-19 12:09:51 -07:00
|
|
|
[ Div
|
2021-09-28 21:17:53 -07:00
|
|
|
( "tgtmath" , [] , [] )
|
|
|
|
[ BlockQuote
|
|
|
|
[ Para [ Math DisplayMath "V = \\frac{K}{r^2}" ] ]
|
|
|
|
]
|
2021-09-19 12:09:51 -07:00
|
|
|
]
|
2018-09-20 11:15:03 -07:00
|
|
|
```
|
|
|
|
|