diff options
author | Ludovic Courtès | 2012-12-01 15:55:47 +0100 |
---|---|---|
committer | Ludovic Courtès | 2012-12-01 15:57:23 +0100 |
commit | 5e0ab84f6196058a6f735100d3a0eff7fa9e9483 (patch) | |
tree | 7e1ed3a34c4b1ec9fc347f6335ee1dd3b99f04b0 /NEWS | |
parent | 1096e7af458cffd0b3070e2191672a622379d706 (diff) | |
download | skribilo-5e0ab84f6196058a6f735100d3a0eff7fa9e9483.tar.gz skribilo-5e0ab84f6196058a6f735100d3a0eff7fa9e9483.tar.lz skribilo-5e0ab84f6196058a6f735100d3a0eff7fa9e9483.zip |
Update `NEWS'.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -6,6 +6,23 @@ Copyright (C) 2005, 2006, 2007, 2008, 2009, 2012 Ludovic Courtès <ludo@gnu.org +* New in Skribilo 0.9.3 + +** HTML engine: all the footnotes are emitted for single-file documents + +Previously, only the footnotes of the last chapter or section would be +output. + +** HTML engine: each footnote is enclosed in <div class="footnote"> + +Previously, each footnote was surrounded by <br> and </br>. The above +change should make CSS customization easier. + +** HTML engine: footnote HTML is now valid + +It used to be that footnote HTML code contained an extraneous </div>, +and nested <a> tags, which is invalid. + * New in Skribilo 0.9.2 ** Skribilo is now distributed under GPLv3 or later |