aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-01 21:20:55 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-01 21:20:55 +0000
commitc27d8adc78629749c447a55ea90647505905706d (patch)
treef13ab8f06623dd3ff61c3f84470e436bce200dd0 /debian
parenta734aaf2ae66562dffb673aaf7b1715e5cf8eaed (diff)
downloadpandoc-c27d8adc78629749c447a55ea90647505905706d.tar.gz
Modified changelog to bring up to date.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@390 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 6790a106e..3bbfecaec 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -96,6 +96,10 @@ pandoc (0.3) unstable; urgency=low
+ Fixed Markdown reader's handling of embedded brackets in links.
+ Fixed Markdown reader so that it only parses bracketed material
as a reference link if there is actually a corresponding key.
+ + Revised inline code parsing in Markdown reader to conform to
+ 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 ``` `` ```.
* Made handling of code blocks more consistent. Previously, some
readers allowed trailing newlines, while others stripped them.