pandoc/src/Text/Pandoc/Readers/Docx
Caleb McDaniel 196c4f2343 Account for external link URLs with anchors
Previously, if a URL had an anchor, such as

    http://johnmacfarlane.net/pandoc/README.html#synopsis

the reader would incorrectly identify it as an internal link
and return "#synopsis" for the link in output.
2014-11-13 00:42:58 -05:00
..
Fonts.hs Docx Fonts: Derives Show and Eq 2014-08-11 10:30:32 -04:00
Lists.hs Docx reader: Single-item headers in ordered lists are headers. 2014-09-04 16:35:57 -04:00
Parse.hs Account for external link URLs with anchors 2014-11-13 00:42:58 -05:00
Reducible.hs Rewrite Docx.hs and Reducible to use Builder. 2014-08-16 10:22:55 -04:00