pandoc/src/Text/Pandoc/Readers
Albert Krewinkel d43c3e8101 Org reader: Use specialized org parser state
The default pandoc ParserState is replaced with `OrgParserState`.  This
is done to simplify the introduction of new state fields required for
efficient Org parsing.
2014-04-05 16:14:09 +02:00
..
Haddock Haddock reader improvements. 2013-04-14 21:39:05 -07:00
DocBook.hs HLint: use fromMaybe 2013-12-19 21:07:09 -05:00
Haddock.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
HTML.hs HTML reader: idiomatic rewriting for clarity. 2014-04-01 10:10:46 -07:00
LaTeX.hs LaTeX reader: Better handling of figure and table with caption. 2014-03-25 23:10:43 -07:00
Markdown.hs Changed the smart punctuation parser to return Inlines rather than an Inline element and updated files accordingly 2014-04-01 13:53:34 +01:00
MediaWiki.hs MediaWiki reader: Fixed bug in certain nested lists. 2014-04-01 10:36:23 -07:00
Native.hs Use new flexible metadata type. 2013-06-24 20:29:41 -07:00
OPML.hs Added Text.Pandoc.Compat.TagSoupEntity. 2013-08-08 10:42:52 -07:00
Org.hs Org reader: Use specialized org parser state 2014-04-05 16:14:09 +02:00
RST.hs Changed the smart punctuation parser to return Inlines rather than an Inline element and updated files accordingly 2014-04-01 13:53:34 +01:00
TeXMath.hs TexMath: Export readTeXMath', which attends to display/inline. 2013-11-01 14:28:24 -07:00
Textile.hs Changed the smart punctuation parser to return Inlines rather than an Inline element and updated files accordingly 2014-04-01 13:53:34 +01:00