aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/SSI_include_stripped_from_mdwn.mdwn
diff options
context:
space:
mode:
authorhttp://jmtd.net/ <http://jmtd.net/@web>2009-04-26 17:08:10 -0400
committerJoey Hess <joey@kitenet.net>2009-04-26 17:08:10 -0400
commit701982423a160bcedbcc34141bee4f72a9212ce9 (patch)
treef4e95596b539596ddf2627f43dce379969e10453 /doc/bugs/SSI_include_stripped_from_mdwn.mdwn
parent7b46399c8e2d0500fcf21d0bca8ec860fcd2bebe (diff)
downloadikiwiki-701982423a160bcedbcc34141bee4f72a9212ce9.tar
ikiwiki-701982423a160bcedbcc34141bee4f72a9212ce9.tar.gz
htmlscrubber?
Diffstat (limited to 'doc/bugs/SSI_include_stripped_from_mdwn.mdwn')
-rw-r--r--doc/bugs/SSI_include_stripped_from_mdwn.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/SSI_include_stripped_from_mdwn.mdwn b/doc/bugs/SSI_include_stripped_from_mdwn.mdwn
index e65f19e2c..bd895127a 100644
--- a/doc/bugs/SSI_include_stripped_from_mdwn.mdwn
+++ b/doc/bugs/SSI_include_stripped_from_mdwn.mdwn
@@ -1 +1,3 @@
If I have a &lt;--#include virtual="foo" --&gt; in some file, it gets stripped, even though other HTML comments don't get stripped. I imagine it's some plugin doing it, or IkiWiki itself, or an IkiWiki dependency, but I haven't found where this is happening. I'm trying to implement a workaround for my sidebars forcing a rebuild of the wiki every day - I use the calendar plugin - when the day changes, by using SSI.
+
+> It is probably the [[plugins/htmlscrubber]] plugin. -- [[Jon]]