Support "scale" option for images in HTML output.

This commit is contained in:
Georg Brandl
2008-10-18 18:14:23 +00:00
parent a81f182221
commit 0bfeec7d13
2 changed files with 24 additions and 0 deletions

View File

@@ -117,6 +117,8 @@ New features added
Bugs fixed
----------
* Support the "scale" option for images in HTML output.
* Properly escape quotes in HTML help attribute values.
* Fix LaTeX build for some description environments with ``:noindex:``.