summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-04 01:04:56 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-04 01:04:56 +0000
commit99959b68e9ebbe48e952ce915368d6fc88a7d41a (patch)
treeaa25d2ffcddacb044a35fa48865794d7d013dab6 /tests
parente4880319e66493948e198cdd8b3d18ba572a2967 (diff)
+ Improved text wrapping algorithm in markdown, docbook, and RST writers.
LineBreaks no longer cause ugly wrapping in Markdown output. + Replaced splitBySpace with the more general, polymorphic function splitBy (in Text/Pandoc/Shared). git-svn-id: https://pandoc.googlecode.com/svn/trunk@411 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests')
-rw-r--r--tests/writer.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/writer.rst b/tests/writer.rst
index e929fdd8f..b54ab9665 100644
--- a/tests/writer.rst
+++ b/tests/writer.rst
@@ -55,7 +55,8 @@ looked like a list item.
Here's one with a bullet. \* criminey.
-There should be a hard line break here.
+There should be a hard line break
+here.
--------------