aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-10-11 05:50:28 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-10-11 05:50:28 +0000
commitad9603231f5fec1ccfb8111c3080d61f375189b9 (patch)
treeb20170fbdc2842766ae59992518a53542b71b9f5 /debian
parent175ddc3f6e6fec97ffe51b943c02079818be8721 (diff)
downloadpandoc-ad9603231f5fec1ccfb8111c3080d61f375189b9.tar.gz
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
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 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.)