summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
Commit message (Expand)AuthorAge
* RST reader: print warnings when keys, substitition, notes not found.John MacFarlane2016-12-07
* RST reader: fix hyperlink aliases.John MacFarlane2016-12-07
* RST reader: skip whitespace before note.Jesse Rosenthal2016-10-17
* Parse line-oriented markup as LineBlockAlbert Krewinkel2016-10-13
* Remove Compat.MonoidJesse Rosenthal2016-09-02
* RST reader: use Div for admonitions.John MacFarlane2016-07-20
* Fixed RST links with no explicit link text.John MacFarlane2016-06-25
* Add class option for code block in RST readerSidharth Kapur2016-05-01
* RST reader: image attributesmb212015-12-13
* Modified readers to emit SoftBreak when appropriate.John MacFarlane2015-12-12
* Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane2015-11-19
|\
| * Updated readers, writers and README for link attributemb212015-08-07
| * Updated readers and writers for new image attribute parameter.John MacFarlane2015-08-07
* | Restored Text.Pandoc.Compat.Monoid.John MacFarlane2015-11-09
* | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane2015-11-09
* | Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane2015-11-08
* | Use custom Prelude to avoid compiler warnings.John MacFarlane2015-10-14
* | RST reader: better handling of indirect roles.John MacFarlane2015-08-15
|/
* Readers.RST: Factor out inline markup string parsingLars-Dominik Braun2015-07-03
* Readers.RST: Parse field list nameLars-Dominik Braun2015-07-03
* Fix RST reference names with special charactersLars-Dominik Braun2015-06-29
* Updated copyright notices to -2015. Closes #2111.John MacFarlane2015-04-26
* Revert "Merge pull request #1947 from mpickering/Fmonad"John MacFarlane2015-04-18
* Change return type of RST readerMatthew Pickering2015-02-18
* Changed parseWithWarnings to the more general returnWarnings parser transformerMatthew Pickering2015-02-18
* ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright2015-01-05
* RST: warn about ignored fields in role directivesDaniel Bergey2014-12-12
* RST Reader: compute Attrs when role is definedDaniel Bergey2014-12-12
* RST reader: improve support for custom rolesDaniel Bergey2014-12-12
* RST: literal role should produce Code,Daniel Bergey2014-12-12
* expose warnings from RST reader; refactorDaniel Bergey2014-12-12
* RST Reader: Warn about skipped directivesDaniel Bergey2014-12-08
* parse RST class directivesDaniel Bergey2014-12-01
* parse RST quoted literal blocksDaniel Bergey2014-12-01
* Remove redundant isHexDigit function.Artyom Kazak2014-08-04
* Removed (>>~) functionMatthew Pickering2014-07-11
* Update copyright notices for 2014, add missing noticesAlbert Krewinkel2014-05-09
* RST reader: Some fixes to last change, and use "author" not "authors".John MacFarlane2014-04-30
* RST reader: Better handling of directives.John MacFarlane2014-04-30
* 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