From 536b6bf538a95f6db6ed41b72257f8b09fd26886 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 11 Dec 2015 15:58:11 -0800 Subject: 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. --- tests/writer.opendocument | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/writer.opendocument') diff --git a/tests/writer.opendocument b/tests/writer.opendocument index 5007c5635..13383bd2e 100644 --- a/tests/writer.opendocument +++ b/tests/writer.opendocument @@ -1318,7 +1318,7 @@ though: As should this: <div>foo</div> Now, nested: -foo +foo This should just be an HTML comment: Multiline: -- cgit v1.2.3