summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
Commit message (Expand)AuthorAge
...
* 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
|/
* Properly escape URIs in all readers.John MacFarlane2010-03-23
* Updated copyright notices.John MacFarlane2010-03-23
* RST reader: Improved grid tables.fiddlosopher2010-02-27
* Incomplete support for RST tables (simple and grid).fiddlosopher2010-02-20
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* RST reader: Allow :: before lhs code block.fiddlosopher2009-12-22
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Support for "..code-block" directive in RST reader.fiddlosopher2009-11-17
* Specially mark code blocks that were "literate" in the input.fiddlosopher2009-11-03
* Added % as an rst underline character.fiddlosopher2009-10-29
* Added haddock comments warning that readers assume \n line endings.fiddlosopher2009-10-04
* Improved clarity of titleTransform in RST reader.fiddlosopher2009-07-11
* Allow continuation lines in line blocks.fiddlosopher2009-06-25
* RST reader: Allow explicit links with spaces in URL: `link <to this>`_fiddlosopher2009-05-04
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Fixed bug in parsing files that begin with blank lines.fiddlosopher2007-10-29
* Improvements to RST reader:fiddlosopher2007-10-13
* Fixed bug in RST reader: previously, code blocks had to befiddlosopher2007-10-11