Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-12-29 | Use cmark 0.5. | John MacFarlane | 1 | -17/+17 | |
Closes #2605. | |||||
2015-12-11 | Implemented SoftBreak and new `--wrap` option. | John MacFarlane | 1 | -2/+3 | |
Added threefold wrapping option. * Command line option: deprecated `--no-wrap`, added `--wrap=[auto|none|preserve]` * Added WrapOption, exported from Text.Pandoc.Options * Changed type of writerWrapText in WriterOptions from Bool to WrapOption. * Modified Text.Pandoc.Shared functions for SoftBreak. * Supported SoftBreak in writers. * Updated tests. * Updated README. Closes #1701. | |||||
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 | -1/+1 | |
(mb21) | |||||
2015-07-14 | Updated to use cmark >= 0.4. | John MacFarlane | 1 | -4/+4 | |
2015-07-08 | Correct superscript/subscript. | Andrew Dunning | 1 | -3/+3 | |
2015-03-29 | Added CommonMark writer. | John MacFarlane | 1 | -0/+178 | |
Added `Text.Pandoc.Writers.CommonMark`, exporting `writeCommonMark`. |