pandoc/src/Text/Pandoc/Readers
John MacFarlane b5bda7569e Made KeyTable a map instead of an association list.
* This affects the RST and Markdown readers.
* The type for stateKeys in ParserState has also changed.
* Pandoc, Meta, Inline, and Block have been given Ord instances.
* Reference keys now have a type of their own (Key), with its
  own Ord instance for case-insensitive comparison.
2010-05-08 10:29:40 -07:00
..
HTML.hs Properly escape URIs in all readers. 2010-03-23 15:07:48 -07:00
LaTeX.hs Changed rawLaTeXInline to accept '\section', '\begin', etc. 2010-04-26 23:17:34 -07:00
Markdown.hs Made KeyTable a map instead of an association list. 2010-05-08 10:29:40 -07:00
RST.hs Made KeyTable a map instead of an association list. 2010-05-08 10:29:40 -07:00
TeXMath.hs Use texmath's parser in TexMath module. 2010-04-25 20:30:27 -07:00