pandoc/test/command/5753.md
John MacFarlane 9abed45879 RST reader: Fixed parsing of indented blocks.
We were requiring consistent indentation, but this
isn't required by RST, as long as each nonblank
line of the block has *some* indentation.

Closes #5753.
2019-09-22 12:01:45 -07:00

166 B

% pandoc -f rst -t native
.. math::

    q_3
   + 4
  - 5

    q_5

end
^D
[Para [Math DisplayMath "q_3\n+ 4\n- 5",Math DisplayMath "q_5"]
,Para [Str "end"]]