diff options
author | Joey Hess <joey@kitenet.net> | 2013-02-12 11:27:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-02-12 11:27:29 -0400 |
commit | 480d6f93c13ac3f0fbe931c9abfbcb105f235fd0 (patch) | |
tree | 792f1cbd730ea83041dd1faf2c8400e3dbd9cb3b /debian | |
parent | 22146aa4a34074bed465de7fb5999ea121808524 (diff) | |
download | ikiwiki-480d6f93c13ac3f0fbe931c9abfbcb105f235fd0.tar ikiwiki-480d6f93c13ac3f0fbe931c9abfbcb105f235fd0.tar.gz |
highlight: Now adds a span with class highlight-<extension> around highlighted content, allowing for language-specific css styling.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 4e396e60f..b12cf19e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ ikiwiki (3.20121213) UNRELEASED; urgency=low dynamic cgi pages, which cannot use trail anyway. * Deal with empty diffurl in configuration. * cvs: Various fixes. + * highlight: Now adds a span with class highlight-<extension> around + highlighted content, allowing for language-specific css styling. -- Joey Hess <joeyh@debian.org> Sat, 22 Dec 2012 16:15:24 -0400 |