ca77f0a95e
to avoid including a blocquote in the indented content of a preceding block. Closes #3675.
15 lines
130 B
Markdown
15 lines
130 B
Markdown
````
|
|
% pandoc -t rst
|
|
```python
|
|
print("hello")
|
|
```
|
|
> block quote
|
|
^D
|
|
.. code:: python
|
|
|
|
print("hello")
|
|
|
|
..
|
|
|
|
block quote
|
|
````
|