aboutsummaryrefslogtreecommitdiff
path: root/test/command/3675.md
blob: f75721b566122570ae07062d12503cd9ab64aed4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
````
% pandoc -t rst
```python
print("hello")
```
> block quote
^D
.. code:: python

   print("hello")

..

   block quote
````