pandoc/test/Tests/Readers
John MacFarlane 136bf901aa Markdown reader: distinguish autolinks in the AST.
With this change, autolinks are parsed as Links with
the `uri` class. (The same is true for bare links, if
the `autolink_bare_uris` extension is enabled.)  Email
autolinks are parsed as Links with the `email` class.
This allows the distinction to be represented in the
URI.

Formerly the `uri` class was added to autolinks by
the HTML writer, but it had to guess what was an autolink
and could not distinguish `[http://example.com](http://example.com)`
from `<http://example.com>`.  It also incorrectly recognized
`[pandoc](pandoc)` as an autolink.  Now the HTML writer
simply passes through the `uri` attribute if it is present,
but does not add anything.

The Textile writer has been modified so that the `uri`
class is not explicitly added for autolinks, even if it
is present.

Closes #4913.
2018-09-19 14:53:29 -07:00
..
Org Org reader: respect export option p for planning info 2018-09-06 20:57:21 +02:00
Creole.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Docx.hs Docx reader tests: Test for combining adjacent code blocks. 2018-04-17 09:29:54 -04:00
EPUB.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
FB2.hs Add FB2 reader (#4539) 2018-04-26 12:33:18 -07:00
HTML.hs Enable tables in HTML round trip test 2018-09-11 19:24:00 +03:00
JATS.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
LaTeX.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Markdown.hs Markdown reader: distinguish autolinks in the AST. 2018-09-19 14:53:29 -07:00
Muse.hs Muse reader tests: accept Blocks instead of Block in round trip test 2018-09-11 14:22:09 +03:00
Odt.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Org.hs Break-up org reader test file 2017-12-28 14:15:58 +01:00
RST.hs parse rST inlines containing newlines closing #4912 2018-09-18 13:31:09 +02:00
Txt2Tags.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00