MediaWiki reader: Added tests for external mailto link.
This commit is contained in:
parent
017095f690
commit
5620848ef9
2 changed files with 3 additions and 0 deletions
|
@ -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 [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 "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 "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"]
|
,Header 2 [Str "lists"]
|
||||||
,BulletList
|
,BulletList
|
||||||
[[Plain [Str "Start",Space,Str "each",Space,Str "line"]]
|
[[Plain [Str "Start",Space,Str "each",Space,Str "line"]]
|
||||||
|
|
|
@ -145,6 +145,8 @@ http://johnmacfarlane.net/pandoc/
|
||||||
|
|
||||||
[http://google.com] [http://yahoo.com]
|
[http://google.com] [http://yahoo.com]
|
||||||
|
|
||||||
|
[mailto:info@example.org email me]
|
||||||
|
|
||||||
== lists ==
|
== lists ==
|
||||||
|
|
||||||
* Start each line
|
* Start each line
|
||||||
|
|
Loading…
Reference in a new issue