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

15 lines
130 B
Markdown

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