summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
Commit message (Expand)AuthorAge
...
* | 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
* Better smart quote parsing.John MacFarlane2011-12-29
* Parsing: Changed type of escaped to return CharJohn MacFarlane2011-12-05
* allow footnotes followed by newline without space charstakahashim2011-08-23
* RST reader: Partial support for labeled footnotes.John MacFarlane2011-07-23
* Disallow notes within notes in reST and markdown.John MacFarlane2011-04-20
* Allow '|' followed by newline in RST line block.John MacFarlane2011-04-11
* Changed uri parser so it doesn't include trailing punctuation.John MacFarlane2011-03-18
* Fixed bug in RST field list parser.John MacFarlane2011-03-12
* RST reader: skip blanklines at beginning, not all leading spaces.John MacFarlane2011-01-28
* RST reader: Skip blank space at beginning.John MacFarlane2011-01-28
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* RST reader: Improved field lists.John MacFarlane2011-01-26
* RST reader: Include line breaks in raw field list parser output.John MacFarlane2011-01-26
* RST reader: Allow spaces in field list names.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* RST reader: Big speed improvement (300->260ms).John MacFarlane2011-01-22
* Use spaceChar instead of oneOf " \t" in rst reader.John MacFarlane2011-01-19
* RST reader: Added unicode quote characters to specialChars.John MacFarlane2010-12-22
* RST reader: recouped speed loss due to addition of --smart.John MacFarlane2010-12-22
* RST reader: Added footnote suppport.John MacFarlane2010-12-08
* Made --smart work with RST reader.John MacFarlane2010-12-07
* Fix regression: markdown references should be case-insensitive.John MacFarlane2010-12-05
* Merge branch 'atlists'. Added auto-numbered example lists.John MacFarlane2010-07-11
|\
| * Implemented @ for sequentially numbered examples.John MacFarlane2010-03-27
* | Minor comment change.John MacFarlane2010-07-06
* | More refactoring of grid table code.John MacFarlane2010-07-05
* | Moved generic grid table functions from RST reader -> Parsing.John MacFarlane2010-07-05
* | Moved parsing functions from Text.Pandoc.Shared to new module.John MacFarlane2010-07-05
* | Made KeyTable a map instead of an association list.John MacFarlane2010-05-08
|/