MediaWiki reader: Added test for multi-paragraph cells.

This commit is contained in:
John MacFarlane 2012-09-14 23:31:55 -04:00
parent 28d2cf9500
commit 152ddfb232
2 changed files with 27 additions and 1 deletions

View file

@ -190,4 +190,13 @@ Pandoc (Meta {docTitle = [], docAuthors = [], docDate = []})
[[[Para [Str "Bread"]]
,[Para [Str "Pie"]]]
,[[Para [Str "Butter"]]
,[Para [Str "Ice",Space,Str "cream"]]]]]
,[Para [Str "Ice",Space,Str "cream"]]]]
,Table [Str "Food",Space,Str "complements"] [AlignDefault,AlignDefault] [0.0,0.0]
[[Para [Str "Orange"]]
,[Para [Str "Apple"]]]
[[[Para [Str "Bread"]
,Para [Str "and",Space,Str "cheese"]]
,[Para [Str "Pie"]
,OrderedList (1,DefaultStyle,DefaultDelim)
[[Plain [Str "apple"]]
,[Plain [Str "carrot"]]]]]]]

View file

@ -307,3 +307,20 @@ Written {{{date}}} by {{{name}}}.
|Ice cream
|}
{|
|+Food complements
!Orange
!Apple
|-
|Bread
and cheese
|Pie
# apple
# carrot
|}