````
% pandoc -t rst
```python
print("hello")
```
> block quote
^D
.. code:: python

   print("hello")

..

   block quote
````