summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
Commit message (Expand)AuthorAge
* RST reader: Remove duplicate 'http' in PEP linksAlbert Krewinkel2014-04-24
* Changed the smart punctuation parser to return Inlines rather than an Inline ...Matthew Pickering2014-04-01
* Make rst figures true figures. Closes #1168.John MacFarlane2014-02-19
* Enhanced Pandoc's support for rST roles.Merijn Verstraaten2014-02-15
* Added support for LaTeX style literate Haskell code blocks in rST.Merijn Verstraaten2013-09-07
* Use registerHeader in RST and LaTeX readers.John MacFarlane2013-09-01
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Fixed 'authors' metadata parsing in reST.John MacFarlane2013-06-25
* Use new flexible metadata type.John MacFarlane2013-06-24
* RST reader: don't insert paragraphs where docutils doesn't.John MacFarlane2013-06-18
* Fixed spacing bugs involving code block attributes.John MacFarlane2013-03-11
* Markdown/RST reader: Skip blank lines.John MacFarlane2013-01-27
* RST reader: Allow anonymous form of explicit links.John MacFarlane2013-01-25
* Use anyLine everywhere instead of 'manyTill anyChar newline'.John MacFarlane2013-01-25
* Moved lineBlockLines to Parsing.John MacFarlane2013-01-13
* RST reader: Refactored line block parser.John MacFarlane2013-01-13
* RST reader: Line block improvements.John MacFarlane2013-01-13
* Added Attr field to Header.John MacFarlane2013-01-09
* 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