pandoc/src/Text/Pandoc/Readers
John MacFarlane c435e9cda7 Implemented Ext_header_identifiers, Ext_implicit_header_references.
Now by default pandoc will act as if link references have been defined
for all headers.  So, you can do this:

    # My header

    Link to [My header].
    Another link to [it][My header].

Closes #691.
2013-01-03 20:35:01 -08:00
..
DocBook.hs DocBook reader: Support title in "figure" element. 2012-11-02 16:21:06 -07:00
HTML.hs HTML reader: Modified htmlTag for fewer false positives. 2012-09-15 15:46:16 -04:00
LaTeX.hs LaTeX reader: Make command macros work everywhere, including non-math. 2012-12-12 19:28:33 -08:00
Markdown.hs Implemented Ext_header_identifiers, Ext_implicit_header_references. 2013-01-03 20:35:01 -08:00
MediaWiki.hs MediaWiki reader: Allow table in table cell. 2012-09-15 21:06:55 -07:00
Native.hs Use safeRead instead of using reads directly (various modules). 2012-08-09 08:11:28 -07:00
RST.hs RST reader: Don't create empty definition list for metadata field lists. 2012-10-06 20:07:32 -07:00
TeXMath.hs Fixed whitespace errors. 2012-07-26 22:32:53 -07:00
Textile.hs Textile reader/writer: Fixed autolinks. 2012-11-06 16:05:17 -08:00