RST writer: add empty comments when needed...

to avoid including a blocquote in the indented content
of a preceding block.

Closes #3675.
This commit is contained in:
John MacFarlane
2017-05-19 21:05:15 +02:00
parent 95c37d1e1f
commit ca77f0a95e
3 changed files with 46 additions and 3 deletions
+15
View File
@@ -0,0 +1,15 @@
````
% pandoc -t rst
```python
print("hello")
```
> block quote
^D
.. code:: python
print("hello")
..
block quote
````