Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-19 | Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into ↵ | John MacFarlane | 1 | -5/+5 | |
mb21-new-image-attributes * Bumped version to 1.16. * Added Attr field to Link and Image. * Added `common_link_attributes` extension. * Updated readers for link attributes. * Updated writers for link attributes. * Updated tests * Updated stack.yaml to build against unreleased versions of pandoc-types and texmath. * Fixed various compiler warnings. Closes #261. TODO: * Relative (percentage) image widths in docx writer. * ODT/OpenDocument writer (untested, same issue about percentage widths). * Update pandoc-citeproc. | |||||
2015-11-16 | Haddock writer: omit formatting inside links. | John MacFarlane | 1 | -2/+2 | |
It isn't supported by Haddock. Closes #2515. | |||||
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 | |
This reverts commit c423dbb5a34c2d1195020e0f0ca3aae883d0749b. | |||||
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 | |
This is needed for ghci to work with pandoc, given that we now use a custom prelude. Closes #2503. | |||||
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 1 | -3/+3 | |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 1 | -3/+3 | |
(mb21) | |||||
2014-07-19 | Renamed readTeXMath' to avoid name conflict with texmath 0.6.7 | Matthew Pickering | 1 | -2/+2 | |
Also removed deprecated readTeXMath. | |||||
2014-06-19 | Haddock writer: Use _____ for hrule. | John MacFarlane | 1 | -2/+2 | |
Avoids interpretation as list. | |||||
2014-06-18 | Haddock writer: Only use Decimal list style. | John MacFarlane | 1 | -2/+2 | |
2014-06-18 | Small fix to haddock "tables". | John MacFarlane | 1 | -2/+2 | |
2014-06-18 | More polish on Haddock reader/writer. | John MacFarlane | 1 | -17/+6 | |
2014-06-18 | Finished first draft of Haddock writer. | John MacFarlane | 1 | -0/+357 | |