aboutsummaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-10-12 03:03:29 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-10-12 03:03:29 +0000
commit403f5f47288f5c65d5354fded1a2164185b1178c (patch)
treeb20170fbdc2842766ae59992518a53542b71b9f5 /debian/changelog
parent492804591573378b6e03a7ac2fd28177c2f74b64 (diff)
downloadpandoc-403f5f47288f5c65d5354fded1a2164185b1178c.tar.gz
Undid last change: instead of blocking the internal links in the
writers, it makes more sense to block them in the HTML reader. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1048 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog2
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a37793d60..1a73a93c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -68,8 +68,6 @@ pandoc (0.45) unstable; urgency=low
+ If label for a link reference contains a colon, surround it by `
signs so it won't be interpreted as the end of the link label.
- * Man writer: Don't print link source for internal links (#...).
-
* Main.hs (tabFilter): Treat '\r' at end of line as newline (in
addition to "\r\n" and '\n').