aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-05 05:33:24 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2009-12-05 05:33:24 +0000
commit8671bc5a1be38f6555e34d7ccc542ebbe91f69fd (patch)
treeb1dcbf74eb45462d3f6cb0493792fe2a94daf680 /changelog
parent94841b7602f3465cdb7a452989975d08e43fc694 (diff)
downloadpandoc-8671bc5a1be38f6555e34d7ccc542ebbe91f69fd.tar.gz
Markdown reader: Treat a backslash followed by a newline as hard linebreak.
Resolves Issue #154. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1646 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'changelog')
-rw-r--r--changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelog b/changelog
index c3d46f782..2f726f90c 100644
--- a/changelog
+++ b/changelog
@@ -15,6 +15,11 @@ pandoc (1.3)
to use for indented code blocks. (Thanks to buttock for the
patch; resolves Issue #87.)
+ * Treat a backslash followed by a newline as a hard line break
+ in markdown. Resolves Issue #154. This is a nice alternative
+ to markdown's "invisible" way of indicating hardline breaks
+ using lines that end with two spaces.
+
* Improved performance of markdown reader by ~10% by
eliminating the need for a separate parsing pass for notes.
Raw notes are now stored on the first pass (which parses