diff options
author | Joey Hess <joey@kitenet.net> | 2011-06-29 14:17:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-06-29 14:17:47 -0400 |
commit | c90bc78d440d63b0ea2f62146edc54e88fb97c32 (patch) | |
tree | 95d0dfd38bf3a5c088b0871f667d55901efb8221 /debian/changelog | |
parent | 4272e1e56d1ebd82d50473f4d68565a1dd8f2c89 (diff) | |
download | ikiwiki-c90bc78d440d63b0ea2f62146edc54e88fb97c32.tar ikiwiki-c90bc78d440d63b0ea2f62146edc54e88fb97c32.tar.gz |
Support svg as a inlinable image type
svg images can be included on a page by simply linking to them, or by using
the img directive. Note that sanitizing svg files is still not addressed.
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 8191a212a..cf17d213c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,9 @@ ikiwiki (3.20110609) UNRELEASED; urgency=low * Add libtext-multimarkdown-perl to Suggests. Closes: #630705 * headinganchors: Plugin by Paul Wise that adds ids to <hn> headings. * html5 is not experimental anymore. But not the default either, quite yet. + * Support svg as a inlinable image type; svg images can be included on a + page by simply linking to them, or by using the img directive. + Note that sanitizing svg files is still not addressed. -- Joey Hess <joeyh@debian.org> Thu, 09 Jun 2011 10:06:44 -0400 |