aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-01-09 14:41:28 -0500
committerJoey Hess <joey@kodama.kitenet.net>2008-01-09 14:41:28 -0500
commite01960e90aae4185771719e9eed00b23d43431a7 (patch)
tree65e4f88e717790fd1cae39d8471f8fad5f528563 /debian
parent2b9ce0129bc61177e976caf432af9b4406ab2f3f (diff)
downloadikiwiki-e01960e90aae4185771719e9eed00b23d43431a7.tar
ikiwiki-e01960e90aae4185771719e9eed00b23d43431a7.tar.gz
not only markdown adds gunk, so remove it in the main htmlize function
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index ee2ecc4d5..d115efafc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,10 +17,10 @@ ikiwiki (2.20) UNRELEASED; urgency=low
* template: Remove bogus htmlize pass added in 2.16.
* template: Htmlize template variables, but also provide a raw version
via `<TMPL_VAR raw_variable>`.
- * mdwn: When htmlizing text, if it's a single line with no newline,
- remove the enclosing paragraph and newline markdown wraps it in.
- This allows removing several hacks around this markdown behavior from
- other plugins that htmlize fragements of pages.
+ * When htmlizing text, if the input is a single line with no newline,
+ and the htmlizer (such as markdown and textile) generates a html
+ paragraph, remove it. This allows removing several hacks around this
+ markdown behavior from other plugins that htmlize fragements of pages.
-- Joey Hess <joeyh@debian.org> Wed, 09 Jan 2008 00:34:46 -0500