aboutsummaryrefslogtreecommitdiff
path: root/test/command/6308.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-04-22 23:04:43 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-04-22 23:04:43 -0700
commit6baacb51bb0dd007edd673f97cd4cff3da06a724 (patch)
tree1106cec68844a69c8667af829239960d661db0e0 /test/command/6308.md
parent7f258cd3597d5bcae7d44ebb7254d2059bc8652d (diff)
downloadpandoc-6baacb51bb0dd007edd673f97cd4cff3da06a724.tar.gz
AsciiDoc writer: add blank line after Div.
Closes #6308.
Diffstat (limited to 'test/command/6308.md')
-rw-r--r--test/command/6308.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/command/6308.md b/test/command/6308.md
new file mode 100644
index 000000000..c584bcd7f
--- /dev/null
+++ b/test/command/6308.md
@@ -0,0 +1,18 @@
+```
+% pandoc -f org -t asciidoc
+* Header
+#+begin_tip
+I'm a tip
+#+end_tip
+
+** Subheader
+^D
+== Header
+
+[TIP]
+====
+I'm a tip
+====
+
+=== Subheader
+```