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