mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-17 04:55:39 +00:00
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.
253 B
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