aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
AgeCommit message (Expand)AuthorFilesLines
2015-12-13RST reader: image attributesmb211-7/+14
2015-12-12Modified readers to emit SoftBreak when appropriate.John MacFarlane1-1/+1
2015-11-19Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...John MacFarlane1-8/+10
2015-11-09Restored Text.Pandoc.Compat.Monoid.John MacFarlane1-1/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-10-14Use custom Prelude to avoid compiler warnings.John MacFarlane1-3/+1
2015-08-15RST reader: better handling of indirect roles.John MacFarlane1-9/+11
2015-08-07Updated readers, writers and README for link attributemb211-1/+1
2015-08-07Updated readers and writers for new image attribute parameter.John MacFarlane1-8/+10
2015-07-03Readers.RST: Factor out inline markup string parsingLars-Dominik Braun1-15/+11
2015-07-03Readers.RST: Parse field list nameLars-Dominik Braun1-1/+1
2015-06-29Fix RST reference names with special charactersLars-Dominik Braun1-1/+1
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2015-04-18Revert "Merge pull request #1947 from mpickering/Fmonad"John MacFarlane1-1/+1
2015-02-18Change return type of RST readerMatthew Pickering1-2/+4
2015-02-18Changed parseWithWarnings to the more general returnWarnings parser transformerMatthew Pickering1-1/+1
2015-01-05ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...Mark Wright1-1/+2
2014-12-12RST: warn about ignored fields in role directivesDaniel Bergey1-6/+26
2014-12-12RST Reader: compute Attrs when role is definedDaniel Bergey1-15/+15
2014-12-12RST reader: improve support for custom rolesDaniel Bergey1-11/+14
2014-12-12RST: literal role should produce Code,Daniel Bergey1-2/+2
2014-12-12expose warnings from RST reader; refactorDaniel Bergey1-2/+9
2014-12-08RST Reader: Warn about skipped directivesDaniel Bergey1-1/+4
2014-12-01parse RST class directivesDaniel Bergey1-2/+8
2014-12-01parse RST quoted literal blocksDaniel Bergey1-1/+9
2014-08-04Remove redundant isHexDigit function.Artyom Kazak1-4/+1
2014-07-11Removed (>>~) functionMatthew Pickering1-4/+4
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2014-04-30RST reader: Some fixes to last change, and use "author" not "authors".John MacFarlane1-6/+7
2014-04-30RST reader: Better handling of directives.John MacFarlane1-12/+15
2014-04-24RST reader: Remove duplicate 'http' in PEP linksAlbert Krewinkel1-1/+1
2014-04-01Changed the smart punctuation parser to return Inlines rather than an Inline ...Matthew Pickering1-1/+1
2014-02-19Make rst figures true figures. Closes #1168.John MacFarlane1-1/+1
2014-02-15Enhanced Pandoc's support for rST roles.Merijn Verstraaten1-10/+81
2013-09-07Added support for LaTeX style literate Haskell code blocks in rST.Merijn Verstraaten1-6/+17
2013-09-01Use registerHeader in RST and LaTeX readers.John MacFarlane1-2/+4
2013-08-10Adjustments for new Format newtype.John MacFarlane1-0/+1
2013-06-25Fixed 'authors' metadata parsing in reST.John MacFarlane1-1/+22
2013-06-24Use new flexible metadata type.John MacFarlane1-40/+33
2013-06-18RST reader: don't insert paragraphs where docutils doesn't.John MacFarlane1-1/+6
2013-03-11Fixed spacing bugs involving code block attributes.John MacFarlane1-1/+1
2013-01-27Markdown/RST reader: Skip blank lines.John MacFarlane1-0/+1
2013-01-25RST reader: Allow anonymous form of explicit links.John MacFarlane1-0/+1
2013-01-25Use anyLine everywhere instead of 'manyTill anyChar newline'.John MacFarlane1-5/+5
2013-01-13Moved lineBlockLines to Parsing.John MacFarlane1-12/+1
2013-01-13RST reader: Refactored line block parser.John MacFarlane1-14/+10
2013-01-13RST reader: Line block improvements.John MacFarlane1-3/+8
2013-01-09Added Attr field to Header.John MacFarlane1-6/+6
2012-10-06RST reader: Don't create empty definition list for metadata field lists.John MacFarlane1-3/+3