From ad9603231f5fec1ccfb8111c3080d61f375189b9 Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Thu, 11 Oct 2007 05:50:28 +0000 Subject: Fixed bug in RST reader: previously, code blocks had to be indented a full tabstop, but RST allows any amount of indentation. Resolves Issue #27. + removed 'variable' parameter from indentedBlock function in RST reader, as it is no longer needed + updated test suite + updated changelog git-svn-id: https://pandoc.googlecode.com/svn/trunk@1046 788f1e2b-df1e-0410-8736-df70ead52e1b --- debian/changelog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 1ce453691..1a73a93c5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -27,6 +27,10 @@ pandoc (0.45) unstable; urgency=low * Markdown reader: Require space before title in links and references. This fixes a bug in parsing URLs like http://silly/url(withparen). + * RST reader: Fixed bug in parsing of code blocks. Previously a + full tab indent was required, but RST allows code to be indented + any amount. Resolves Issue #27. + * HTML writer: Don't produce HTML for table of contents if there are no headers. (This would be an empty list, which is invalid XHTML.) -- cgit v1.2.3