mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-26 01:15:53 +00:00
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:
@@ -0,0 +1,15 @@
|
||||
````
|
||||
% pandoc -t rst
|
||||
```python
|
||||
print("hello")
|
||||
```
|
||||
> block quote
|
||||
^D
|
||||
.. code:: python
|
||||
|
||||
print("hello")
|
||||
|
||||
..
|
||||
|
||||
block quote
|
||||
````
|
||||
Reference in New Issue
Block a user