MediaWiki reader: Added test for multi-paragraph cells.
This commit is contained in:
parent
28d2cf9500
commit
152ddfb232
2 changed files with 27 additions and 1 deletions
|
@ -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"]]]]]]]
|
||||
|
|
|
@ -307,3 +307,20 @@ Written {{{date}}} by {{{name}}}.
|
|||
|Ice cream
|
||||
|}
|
||||
|
||||
{|
|
||||
|+Food complements
|
||||
!Orange
|
||||
!Apple
|
||||
|-
|
||||
|Bread
|
||||
|
||||
and cheese
|
||||
|Pie
|
||||
|
||||
# apple
|
||||
# carrot
|
||||
|
||||
|}
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue