]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/htmlscrubber_still_scrubbing_HTML_from_mdwn_pages.mdwn
response
[ikiwiki.git] / doc / bugs / htmlscrubber_still_scrubbing_HTML_from_mdwn_pages.mdwn
1 Though [[htmlscrubber|plugins/htmlscrubber]] is disabled on the Branchable site <http://geekout.org.uk/> , [HTML embedded](http://source.geekout-org-uk.branchable.com/?p=source.git;a=blob_plain;f=actual_route.mdwn;hb=HEAD) (Flickr badge thing) in a markdown page is scrubbed.
2
3 <http://geekout.org.uk/actual_route/>
4
5 I assumed one can mix and match HTML in markdown?
6
7 > I checked, htmlscrubber is really disabled. So it's not scrubbing
8 > anything. Really.
9
10 > What is going on is you have found a bug in markdown. If you feed the
11 > file into markdown directly you will see a bunch of weird hashes
12 > like 67255d9b2a988139c95269498399f10a in place of your html,
13 > so this is like [[!debbug 380212]] but that was with the other version of
14 > markdown; I have not seen the current version behave this way before.
15
16 > One workaround is to wrap the html in a span tag. Another is to switch
17 > the page from .mdwn to .html and enable the html plugin. I guess I'd pick
18 > the first if I were you.
19
20 > I've filed [[!debbug 647128]] about this. Since it's not really an ikiwiki
21 > bug, I'll close this one. [[done]] --[[Joey]]