aboutsummaryrefslogtreecommitdiff
path: root/test/command/3675.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-05-19 21:01:45 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2017-05-19 21:05:15 +0200
commitca77f0a95e03cace027a235ebbc1effa99ea030a (patch)
treed9b7b61a6249131f8a6dca27e859c8631d1b7663 /test/command/3675.md
parent95c37d1e1f70ed1e4e48719c147488579399ecc0 (diff)
downloadpandoc-ca77f0a95e03cace027a235ebbc1effa99ea030a.tar.gz
RST writer: add empty comments when needed...
to avoid including a blocquote in the indented content of a preceding block. Closes #3675.
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
+````