pandoc/test/command/3675.md
John MacFarlane ca77f0a95e RST writer: add empty comments when needed...
to avoid including a blocquote in the indented content
of a preceding block.

Closes #3675.
2017-05-19 21:05:15 +02:00

130 B

% pandoc -t rst
```python
print("hello")
```
> block quote
^D
.. code:: python

    print("hello")

..

    block quote