summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-03 20:52:12 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-03 20:52:12 +0000
commite4880319e66493948e198cdd8b3d18ba572a2967 (patch)
treed7f5d72734f4e211602f63073972d55871fd0c42 /debian/changelog
parentec1be2bdc9e75e4305bbfca4020b8fe7eaa539e7 (diff)
Modified HTML reader to skip a newline following a <br> tag.
Otherwise the newline will be treated as a space at the beginning of the next line. git-svn-id: https://pandoc.googlecode.com/svn/trunk@410 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ef8c77067..68942258b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -100,6 +100,9 @@ pandoc (0.3) unstable; urgency=low
markdown standard. Now any number of `s can begin inline code,
which will end with the same number of `s. For example, to
have two backticks as code, write ``` `` ```.
+ + Modified HTML reader to skip a newline following a <br> tag.
+ Otherwise the newline will be treated as a space at the beginning
+ of the next line.
* Made handling of code blocks more consistent. Previously, some
readers allowed trailing newlines, while others stripped them.