X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/08cb5f7badff3fdb103cf84890b19b90c0600a4e..81355cd4c6868358ea2828334406c9b6cd572b5f:/doc/bugs/__60__br__62___tags_are_removed_from_markdown_inline_HTML.mdwn diff --git a/doc/bugs/__60__br__62___tags_are_removed_from_markdown_inline_HTML.mdwn b/doc/bugs/__60__br__62___tags_are_removed_from_markdown_inline_HTML.mdwn index f329d5208..e30c4c9c8 100644 --- a/doc/bugs/__60__br__62___tags_are_removed_from_markdown_inline_HTML.mdwn +++ b/doc/bugs/__60__br__62___tags_are_removed_from_markdown_inline_HTML.mdwn @@ -22,3 +22,10 @@ I tried searching the web and wiki but could not find any information on why
--[[tschwinge]] > > `
` is also valid, so this is a bug still. --[[madduck]] + +>>> It _is_ the htmlscrubber that removes that. It's due to [[debbug 365971]], +>>> basically the [[cspan HTML::Scrubber]] doesn't understand xhtml tags +>>> of this sort at all, I hacked it to support `
` by tellig it to treak +>>> the "/" as an attribute, but if there's no space, it doesn't see it as +>>> an attribute. Hmm, I could also add `br` as a tag name, that would catch both cases. +>>> Ok, [[done]] --[[Joey]]