summaryrefslogtreecommitdiff
path: root/test/command/3675.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3675.md')
-rw-r--r--test/command/3675.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/command/3675.md b/test/command/3675.md
new file mode 100644
index 000000000..b129c7a63
--- /dev/null
+++ b/test/command/3675.md
@@ -0,0 +1,15 @@
+````
+% pandoc -t rst
+```python
+print("hello")
+```
+> block quote
+^D
+.. code:: python
+
+ print("hello")
+
+..
+
+ block quote
+````