summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
Commit message (Expand)AuthorAge
* RST reader: Don't create empty definition list for metadata field lists.John MacFarlane2012-10-06
* RST reader: Removed 'plain' in blocks, since 'para' includes it.John MacFarlane2012-09-30
* RST reader: Consolidate super/subscript, math into interpretedRole.John MacFarlane2012-09-30
* RST reader: Renamed 'image' to 'subst', since it now handles more.John MacFarlane2012-09-30
* Ignore unknown interpreted roles.John MacFarlane2012-09-30
* RST reader: Removed requirement that directives begin at left margin.John MacFarlane2012-09-30
* RST reader: Require whitespace after field list field names.John MacFarlane2012-09-30
* RST reader: Consolidated rawBlock into directive.John MacFarlane2012-09-30
* RST reader: Handle replace:: and unicode:: substitutions.John MacFarlane2012-09-30
* RST reader: Make directive labels case-insensitive.John MacFarlane2012-09-29
* RST reader: Folded figureBlock into directive.John MacFarlane2012-09-29
* RST reader: Made comments a separate parser.John MacFarlane2012-09-29
* RST reader: Folded image block handling into directive.John MacFarlane2012-09-29
* RST reader: Folded code block parsers into directive.John MacFarlane2012-09-29
* RST reader: Folded default-role parser into directive.John MacFarlane2012-09-29
* Renamed removedLeadingTrailingSpace to trim.John MacFarlane2012-09-29
* RST reader: Consolidated math block parsers into directive.John MacFarlane2012-09-29
* RST reader: Refactored directive parser.John MacFarlane2012-09-29
* RST reader: Support ".. code::".John MacFarlane2012-09-28
* RST reader: Combine para/plain.John MacFarlane2012-09-28
* RST reader: Made para parser slightly more efficient.John MacFarlane2012-09-28
* RST reader: Use Text.Pandoc.Builder.John MacFarlane2012-09-27
* RST reader: Support :target: on image substitutions.John MacFarlane2012-09-27
* Added stateSubstitutions to ParserState, use for RST substitutions.John MacFarlane2012-09-27
* RST reader: Support :target: on .. image:: blocks.John MacFarlane2012-09-26
* RST reader: Small tweaks to raw field lists.John MacFarlane2012-09-16
* Merge pull request #596 from dlax/rst-fieldlistsJohn MacFarlane2012-09-16
|\
| * Allow any char but ':' in names of field lists in RST readerDenis Laxalde2012-08-29
| * Fix RST reader for field lists items with body beginning after a new lineDenis Laxalde2012-08-29
* | RST reader: Allow dashes as separator in simple tables.John MacFarlane2012-09-08
|/
* Changes to literate haskell options.John MacFarlane2012-08-08
* Parsing: removed duplication of Key and Key'.John MacFarlane2012-08-01
* Major rewrite of markdown reader.John MacFarlane2012-08-01
* Fixed whitespace errors.John MacFarlane2012-07-26
* Changed reader parameters from ParserState to ReaderOptions.John MacFarlane2012-07-25
* Restored stateStandalone as readerStandalone.John MacFarlane2012-07-25
* Got rid of stateStandalone, which was hardly used anyway.John MacFarlane2012-07-25
* Moved stateTabStop to readerTabStop in ReaderOptions.John MacFarlane2012-07-25
* Refactored table parsers, captions now not part of core tableWith.John MacFarlane2012-07-24
* Use Parser as type synonym for Parsec.John MacFarlane2012-07-20
* Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.John MacFarlane2012-07-20
* Use Text.Parsec instead of Text.ParserCombinators.Parsec.John MacFarlane2012-07-20
* Don't recognize inline-markup starts inside words.John MacFarlane2012-07-16
* RST reader: handle figures.John MacFarlane2012-05-29
* Oops! Forgot to munch whitespace / ignore body after directive.Greg Maslov2012-03-25
* Add parsing support for the rST default-role directive.Greg Maslov2012-03-24
* RST reader: allow :math:`...` even when not followed by blank or \.John MacFarlane2012-03-24
* RST reader: '\ ' is null, not escaped space.John MacFarlane2012-03-24
* Support for math in RST reader and writer.John MacFarlane2011-12-31
* Support Sphinx style math in RST reader.John MacFarlane2011-12-30