9abed45879
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.
166 B
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"]]