diff options
Diffstat (limited to 'tests/markdown-reader-more.native')
-rw-r--r-- | tests/markdown-reader-more.native | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/markdown-reader-more.native b/tests/markdown-reader-more.native index ccf29329e..9ce783fb8 100644 --- a/tests/markdown-reader-more.native +++ b/tests/markdown-reader-more.native @@ -27,5 +27,9 @@ Pandoc (Meta {docTitle = [Str "Title",Space,Str "spanning",Space,Str "multiple", , Para [Code "hi there"] , Para [Code "hi````there"] , Para [Str "`",Str "hi"] -, Para [Str "there",Str "`"] ] +, Para [Str "there",Str "`"] +, Header 2 [Str "Multilingual",Space,Str "URLs"] +, Para [Link [Code "http://\27979.com?\27979=\27979"] ("http://%E6%B5%8B.com?%E6%B5%8B=%E6%B5%8B","")] +, Para [Link [Str "foo"] ("/bar/%E6%B5%8B?x=%E6%B5%8B","title")] +, Para [Link [Code "\27979@foo.\27979.baz"] ("mailto:%E6%B5%8B@foo.%E6%B5%8B.baz","")] ] |