MediaWiki reader: Added test for ref.

This commit is contained in:
John MacFarlane 2012-09-15 16:28:25 -04:00
parent bc29f44d59
commit 2bc32bcb04
2 changed files with 7 additions and 1 deletions

View file

@ -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."]]]]

View file

@ -340,3 +340,7 @@ and cheese
| more || 2.0 || more
|}
== notes ==
My note!<ref>This.</ref>