diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-10-28 23:30:29 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-10-28 23:30:29 +0000 |
commit | 63dfc3abf274bc4fb85b43c1e1a74e9baf18bc77 (patch) | |
tree | 815fb115c03ac17fb2e422dbedb312fce81a51dd /debian/changelog | |
parent | 27ea29a906616fabf62754181af9fd1f2dd7c1f4 (diff) | |
download | pandoc-63dfc3abf274bc4fb85b43c1e1a74e9baf18bc77.tar.gz |
Modified specialChar in LaTeX reader so that '"'
characters are parsed and do not cause an error.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1056 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 50f82d033..61471cbcf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -40,6 +40,8 @@ pandoc (0.45) unstable; urgency=low + Parse fields associated with '.. image::' blocks, and use 'alt' field, if given, for image alt and title attributes. + * LaTeX reader: Modified specialChar so that '"' characters are parsed. + * 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.) |