summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/RST.hs
Commit message (Expand)AuthorAge
* RST reader: recurse into bodies of unknown directives.John MacFarlane2017-03-19
* Removed normalizeSpaces from Text.Pandoc.Shared.John MacFarlane2017-03-10
* Stylish-haskell automatic formatting changes.John MacFarlane2017-03-04
* RST reader: support RST-style citations.John MacFarlane2017-03-03
* RST reader: Handle multiline cells in simple tables.John MacFarlane2017-03-02
* RST reader: implemented implicit internal header links.John MacFarlane2017-02-28
* RST reader: support scale and align attributes of images.John MacFarlane2017-02-26
* Fixed repeated log messages in RST reader.John MacFarlane2017-02-17
* Fix indirect hyperlink targets. Closes #512.John MacFarlane2017-02-15
* RST reader: Support `.. line-block` directive.John MacFarlane2017-02-11
* RST reader/writer: properly handle table captions.John MacFarlane2017-02-11
* RST reader: Initial support of .. table directive.John MacFarlane2017-02-11
* Fixed small bug in RST list parsing.John MacFarlane2017-02-11
* Use new warnings throughout the code base.John MacFarlane2017-02-11
* RST reader: Improved admonition support.John MacFarlane2017-02-07
* Refactored some files formerly in LaTeX reader.John MacFarlane2017-02-07
* Shared: rename compactify', compactify'DL -> compactify, compactifyDL.John MacFarlane2017-01-27
* Removed Shared.compactify.John MacFarlane2017-01-27
* Removed readerSmart and the --smart option; added Ext_smart extension.John MacFarlane2017-01-25
* Removed `--normalize` option and normalization functions from Shared.John MacFarlane2017-01-25
* RST reader: rebase-related fixes to warnings.John MacFarlane2017-01-25
* RST reader: removed now unnecessary lifts.John MacFarlane2017-01-25
* Have warningWithPos take a SourcePos rather than Maybe SourcePos.John MacFarlane2017-01-25
* RST reader: implement start-after, end-before fields for include.John MacFarlane2017-01-25
* RST reader: handle code, literal, number-lines, class, name for include.John MacFarlane2017-01-25
* RST reader include: handle negative values for start-, end-line.John MacFarlane2017-01-25
* RST reader: support start-line and end-line in include.John MacFarlane2017-01-25
* RST reader: Simple `.. include::` support.John MacFarlane2017-01-25
* Removed readRSTWithWarnings (now useless).John MacFarlane2017-01-25
* Class: rename addWarning[WithPos] to warning[WithPos].John MacFarlane2017-01-25
* Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer.John MacFarlane2017-01-25
* Readers: pass errors straight up to PandocMonad.Jesse Rosenthal2017-01-25
* Unify Errors.Jesse Rosenthal2017-01-25
* Working on readers.Jesse Rosenthal2017-01-25
* 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