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