aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/5690.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/command/5690.md b/test/command/5690.md
new file mode 100644
index 000000000..f51b3d10b
--- /dev/null
+++ b/test/command/5690.md
@@ -0,0 +1,16 @@
+```
+% pandoc -f docbook -t asciidoc
+<warning>
+<title>My warning!</title>
+<para>A warning.</para>
+<para>Another paragraph.</para>
+</warning>
+^D
+[WARNING]
+.My warning!
+====
+A warning.
+
+Another paragraph.
+====
+```