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