mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-24 09:16:43 +00:00
to avoid including a blocquote in the indented content of a preceding block. Closes #3675.
130 B
130 B
% pandoc -t rst
```python
print("hello")
```
> block quote
^D
.. code:: python
print("hello")
..
block quote