MediaWiki reader: Added tests for external mailto link.

This commit is contained in:
John MacFarlane 2012-09-13 15:28:11 -07:00
parent 017095f690
commit 5620848ef9
2 changed files with 3 additions and 0 deletions

View file

@ -73,6 +73,7 @@ Pandoc (Meta {docTitle = [], docAuthors = [], docDate = []})
,Para [Link [Emph [Str "Google"],Space,Str "search",Space,Str "engine"] ("http://google.com","")]
,Para [Link [Str "http://johnmacfarlane.net/pandoc/"] ("http://johnmacfarlane.net/pandoc/","")]
,Para [Link [Str "1"] ("http://google.com",""),Space,Link [Str "2"] ("http://yahoo.com","")]
,Para [Link [Str "email",Space,Str "me"] ("mailto:info@example.org","")]
,Header 2 [Str "lists"]
,BulletList
[[Plain [Str "Start",Space,Str "each",Space,Str "line"]]

View file

@ -145,6 +145,8 @@ http://johnmacfarlane.net/pandoc/
[http://google.com] [http://yahoo.com]
[mailto:info@example.org email me]
== lists ==
* Start each line