diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-10-11 05:50:28 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-10-11 05:50:28 +0000 |
commit | ad9603231f5fec1ccfb8111c3080d61f375189b9 (patch) | |
tree | b20170fbdc2842766ae59992518a53542b71b9f5 /debian/changelog | |
parent | 175ddc3f6e6fec97ffe51b943c02079818be8721 (diff) | |
download | pandoc-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/changelog')
-rw-r--r-- | debian/changelog | 4 |
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.) |