pandoc/tests/Tests
John MacFarlane 9cdfd4f649 Improved bare autolink detection.
Previously we disallowed `-` at the end of an autolink,
and disallowed the combination `=-`.

This commit liberalizes the rules for allowing punctuation in
a bare URI.

Added test cases.

One potential drawback is that you can no longer put a bare
URI in em dashes like this

    this uri---http://example.com---is an example.

But in this respect we now match github's treatment of bare URIs.

Closes #2299.
2015-07-14 10:24:39 -07:00
..
Readers Improved bare autolink detection. 2015-07-14 10:24:39 -07:00
Writers Markdown writer: improved escaping. 2015-04-18 10:58:50 -07:00
Arbitrary.hs Added Cite to Arbitrary instance. 2014-04-29 18:32:42 -07:00
Helpers.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
Old.hs Update tests 2015-02-18 21:09:07 +00:00
Shared.hs Shared: Make collapseFilePath OS-agnostic 2014-09-25 12:42:53 +01:00
Walk.hs HLint: Remove lambdas. 2013-12-19 20:28:53 -05:00