From 358dfba8f4eba45fdfdfad2c117de99df8b45bc4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 26 Mar 2017 20:41:09 +0200 Subject: MediaWiki writer: don't softbreak lines inside list items. Closes #3531. --- test/command/3531.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/command/3531.md (limited to 'test/command') diff --git a/test/command/3531.md b/test/command/3531.md new file mode 100644 index 000000000..d71cbadbd --- /dev/null +++ b/test/command/3531.md @@ -0,0 +1,19 @@ +``` +% 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. +``` -- cgit v1.2.3