pandoc/tests/Tests/Writers
John MacFarlane 536b6bf538 Implemented SoftBreak and new --wrap option.
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-12-11 23:55:08 -08:00
..
AsciiDoc.hs Implemented SoftBreak and new --wrap option. 2015-12-11 23:55:08 -08:00
ConTeXt.hs Implemented SoftBreak and new --wrap option. 2015-12-11 23:55:08 -08:00
Docbook.hs Implemented SoftBreak and new --wrap option. 2015-12-11 23:55:08 -08:00
Docx.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
HTML.hs Implemented SoftBreak and new --wrap option. 2015-12-11 23:55:08 -08:00
LaTeX.hs Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb21-new-image-attributes 2015-11-19 23:14:23 -08:00
Markdown.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Native.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
Plain.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00
RST.hs Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." 2015-11-09 10:08:22 -08:00