summaryrefslogtreecommitdiff
path: root/test/command/3531.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3531.md')
-rw-r--r--test/command/3531.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/test/command/3531.md b/test/command/3531.md
new file mode 100644
index 000000000..2a4901a97
--- /dev/null
+++ b/test/command/3531.md
@@ -0,0 +1,21 @@
+```
+% pandoc -t mediawiki --wrap=preserve
+* This is a list item.
+* This is a list item in Markdown. It is
+ continued in the next line.
+ * It has a sub-item.
+* This is the next list item.
+
+A paragraph can span multiple lines
+without being broken into pieces.
+^D
+* This is a list item.
+* This is a list item in Markdown. It is continued in the next line.
+** It has a sub-item.
+* This is the next list item.
+
+A paragraph can span multiple lines
+without being broken into pieces.
+
+
+```