pandoc/test/command/4919.md
John MacFarlane 37c6f6adfe RST reader: fix bug with internal link targets.
They were gobbling up indented content underneath.
Closes #4919.
2018-09-20 11:15:03 -07:00

189 B

% 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}"]]]]