Files
pandoc/test/command/10236.md
T
John MacFarlane 752d57dac1 RST writer: handle cases where indented context starts with block quote.
In these cases we emit an empty comment to fix the point from
which indentation is measured; otherwise the block quote is not
parsed as a block quote.

This affects list items and admonitions.

Cloess #10236.
2024-09-30 16:05:57 -07:00

253 B

% pandoc -t rst
- > test
  >
  > para 2
^D
-  ..

      test

      para 2
% pandoc -t rst
1. > test
   >
   > para 2
^D
1. ..

      test

      para 2
% pandoc -t rst
::: caution
> test
:::
^D
.. caution::

   ..

      test