aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-05-22 15:21:15 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-05-22 15:21:15 -0700
commitaef71894ceedb774c49b18db15fbde34396cfb85 (patch)
tree2e3f28938041a3c0ca562297bca4e790f4615f11 /test
parentc17ace8c094be5ed7a9f30b344793e139a413945 (diff)
downloadpandoc-aef71894ceedb774c49b18db15fbde34396cfb85.tar.gz
Markdown writer: Ensure the code fence is long enough.
Previously too few backticks were used when the code block contained an indented line of backticks. (Ditto tildes.) Cloess #5519.
Diffstat (limited to 'test')
-rw-r--r--test/command/5519.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/command/5519.md b/test/command/5519.md
new file mode 100644
index 000000000..a175ce9f9
--- /dev/null
+++ b/test/command/5519.md
@@ -0,0 +1,14 @@
+~~~
+% pandoc -t markdown
+``````{.attr}
+ ```
+ code
+ ```
+``````
+^D
+```` {.attr}
+ ```
+ code
+ ```
+````
+~~~