Age | Commit message (Expand) | Author | Files | Lines |
2017-02-26 | RST reader: support scale and align attributes of images. | John MacFarlane | 1 | -5/+25 |
2017-02-17 | Fixed repeated log messages in RST reader. | John MacFarlane | 1 | -13/+14 |
2017-02-15 | Fix indirect hyperlink targets. Closes #512. | John MacFarlane | 1 | -23/+33 |
2017-02-11 | RST reader: Support `.. line-block` directive. | John MacFarlane | 1 | -2/+7 |
2017-02-11 | RST reader/writer: properly handle table captions. | John MacFarlane | 1 | -1/+1 |
2017-02-11 | RST reader: Initial support of .. table directive. | John MacFarlane | 1 | -4/+21 |
2017-02-11 | Fixed small bug in RST list parsing. | John MacFarlane | 1 | -3/+2 |
2017-02-11 | Use new warnings throughout the code base. | John MacFarlane | 1 | -33/+28 |
2017-02-07 | RST reader: Improved admonition support. | John MacFarlane | 1 | -6/+8 |
2017-02-07 | Refactored some files formerly in LaTeX reader. | John MacFarlane | 1 | -12/+4 |
2017-01-27 | Shared: rename compactify', compactify'DL -> compactify, compactifyDL. | John MacFarlane | 1 | -2/+2 |
2017-01-27 | Removed Shared.compactify. | John MacFarlane | 1 | -8/+13 |
2017-01-25 | Removed readerSmart and the --smart option; added Ext_smart extension. | John MacFarlane | 1 | -1/+1 |
2017-01-25 | Removed `--normalize` option and normalization functions from Shared. | John MacFarlane | 1 | -1/+1 |
2017-01-25 | RST reader: rebase-related fixes to warnings. | John MacFarlane | 1 | -13/+12 |
2017-01-25 | RST reader: removed now unnecessary lifts. | John MacFarlane | 1 | -8/+7 |
2017-01-25 | Have warningWithPos take a SourcePos rather than Maybe SourcePos. | John MacFarlane | 1 | -2/+2 |
2017-01-25 | RST reader: implement start-after, end-before fields for include. | John MacFarlane | 1 | -6/+12 |
2017-01-25 | RST reader: handle code, literal, number-lines, class, name for include. | John MacFarlane | 1 | -30/+27 |
2017-01-25 | RST reader include: handle negative values for start-, end-line. | John MacFarlane | 1 | -23/+30 |
2017-01-25 | RST reader: support start-line and end-line in include. | John MacFarlane | 1 | -2/+8 |
2017-01-25 | RST reader: Simple `.. include::` support. | John MacFarlane | 1 | -2/+65 |
2017-01-25 | Removed readRSTWithWarnings (now useless). | John MacFarlane | 1 | -10/+1 |
2017-01-25 | Class: rename addWarning[WithPos] to warning[WithPos]. | John MacFarlane | 1 | -7/+7 |
2017-01-25 | Class: Renamed 'warn' to 'addWarning' and consolidated RTF writer. | John MacFarlane | 1 | -5/+5 |
2017-01-25 | Readers: pass errors straight up to PandocMonad. | Jesse Rosenthal | 1 | -2/+1 |
2017-01-25 | Unify Errors. | Jesse Rosenthal | 1 | -1/+2 |
2017-01-25 | Working on readers. | Jesse Rosenthal | 1 | -115/+130 |
2016-12-07 | RST reader: print warnings when keys, substitition, notes not found. | John MacFarlane | 1 | -6/+26 |
2016-12-07 | RST reader: fix hyperlink aliases. | John MacFarlane | 1 | -2/+10 |
2016-10-17 | RST reader: skip whitespace before note. | Jesse Rosenthal | 1 | -2/+3 |
2016-10-13 | Parse line-oriented markup as LineBlock | Albert Krewinkel | 1 | -2/+2 |
2016-09-02 | Remove Compat.Monoid | Jesse Rosenthal | 1 | -1/+1 |
2016-07-20 | RST reader: use Div for admonitions. | John MacFarlane | 1 | -8/+6 |
2016-06-25 | Fixed RST links with no explicit link text. | John MacFarlane | 1 | -1/+4 |
2016-05-01 | Add class option for code block in RST reader | Sidharth Kapur | 1 | -6/+8 |
2015-12-13 | RST reader: image attributes | mb21 | 1 | -7/+14 |
2015-12-12 | Modified readers to emit SoftBreak when appropriate. | John MacFarlane | 1 | -1/+1 |
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb... | John MacFarlane | 1 | -8/+10 |
2015-11-09 | Restored Text.Pandoc.Compat.Monoid. | John MacFarlane | 1 | -1/+1 |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 |
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 |
2015-10-14 | Use custom Prelude to avoid compiler warnings. | John MacFarlane | 1 | -3/+1 |
2015-08-15 | RST reader: better handling of indirect roles. | John MacFarlane | 1 | -9/+11 |
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 1 | -1/+1 |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 1 | -8/+10 |
2015-07-03 | Readers.RST: Factor out inline markup string parsing | Lars-Dominik Braun | 1 | -15/+11 |
2015-07-03 | Readers.RST: Parse field list name | Lars-Dominik Braun | 1 | -1/+1 |
2015-06-29 | Fix RST reference names with special characters | Lars-Dominik Braun | 1 | -1/+1 |
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 |