pandoc/src/Text/Pandoc/Readers
John MacFarlane 7fbfcb03d8 RST reader: fix hyperlink aliases.
`link <google_>`_

    .. _google: https://google.com

is really a reference link.

Closes #3283.
2016-12-07 12:54:25 +01:00
..
Docx Use new module from texmath to lookup MS font codepoints. 2016-11-30 00:43:55 +01:00
Odt [odt] Infer table's caption from the paragraph (#3224) 2016-11-26 21:45:56 +01:00
Org Org reader: respect column width settings 2016-11-24 20:07:39 +01:00
CommonMark.hs Use cmark 0.5. 2015-12-29 19:52:06 -08:00
DocBook.hs Fixed xref lookup in DocBook reader. Closes #3243. 2016-11-19 10:30:20 +01:00
Docx.hs Docx reader: add a placeholder value for CHART. 2016-11-10 13:19:27 -05:00
EPUB.hs Export Text.Pandoc.Error in Text.Pandoc. 2016-10-24 22:31:36 +02:00
Haddock.hs Remove Compat.Monoid 2016-09-02 09:18:08 -04:00
HTML.hs Fixed some bad regressions in HTML table parser. 2016-12-06 23:20:28 +01:00
LaTeX.hs LaTeX reader: don't treat \vspace and \hspace as block commands. 2016-11-26 21:27:56 +01:00
Markdown.hs Small caps in Bracketed Spans (#3191) 2016-11-16 11:53:51 +01:00
MediaWiki.hs MediaWiki writer: transform filename with underscores in images. 2016-10-02 22:09:20 +02:00
Native.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Odt.hs Basic support for images in ODT documents 2016-10-12 17:50:35 +02:00
OPML.hs Remove TagSoup compat 2016-09-02 12:28:53 -04:00
Org.hs Org reader: refactor comment tree handling 2016-07-01 23:05:32 +02:00
RST.hs RST reader: fix hyperlink aliases. 2016-12-07 12:54:25 +01:00
TeXMath.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Textile.hs Remove Compat.Monoid 2016-09-02 09:18:08 -04:00
TWiki.hs Fixed compiler warnings. 2016-07-14 23:38:44 -07:00
Txt2Tags.hs Remove directory compat 2016-09-02 09:18:09 -04:00