MediaWiki reader: Added test for ref.
This commit is contained in:
parent
bc29f44d59
commit
2bc32bcb04
2 changed files with 7 additions and 1 deletions
|
@ -223,4 +223,6 @@ Pandoc (Meta {docTitle = [], docAuthors = [], docDate = []})
|
|||
,[Para [Str "centered"]]]
|
||||
,[[Para [Str "more"]]
|
||||
,[Para [Str "2.0"]]
|
||||
,[Para [Str "more"]]]]]
|
||||
,[Para [Str "more"]]]]
|
||||
,Header 2 [Str "notes"]
|
||||
,Para [Str "My",Space,Str "note!",Note [Plain [Str "This."]]]]
|
||||
|
|
|
@ -340,3 +340,7 @@ and cheese
|
|||
| more || 2.0 || more
|
||||
|}
|
||||
|
||||
== notes ==
|
||||
|
||||
My note!<ref>This.</ref>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue