From aea6f6802b5c11e59063cc209b2b08ff9f58ee6f Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Sat, 8 Dec 2007 19:32:18 +0000 Subject: Removed support for "box-style" block quotes in markdown. This adds unneeded complexity and makes pandoc diverge further than necessary from other markdown extensions. Brought documentation, tests, and debian/changelog up to date. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1141 788f1e2b-df1e-0410-8736-df70ead52e1b --- debian/changelog | 1 + 1 file changed, 1 insertion(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 8946bb2dd..11a9b0278 100644 --- a/debian/changelog +++ b/debian/changelog @@ -60,6 +60,7 @@ pandoc (0.45) unstable; urgency=low * Markdown reader: + + Removed support for box-style block quotes. + Require space before title in links and references. This fixes a bug in parsing URLs like http://silly/url(withparen). + Improved and simplified setextHeader parser. -- cgit v1.2.3