X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/88096ea9ab9baf34a6b4d014bac99f27bd9a7fe8..7c3fe95e5282c2fca3159c93d8b3b7303d192869:/doc/bugs/raw_html_in-page_and___91____91____33__included__93____93__.mdwn diff --git a/doc/bugs/raw_html_in-page_and___91____91____33__included__93____93__.mdwn b/doc/bugs/raw_html_in-page_and___91____91____33__included__93____93__.mdwn index 9a26daf24..5860d330a 100644 --- a/doc/bugs/raw_html_in-page_and___91____91____33__included__93____93__.mdwn +++ b/doc/bugs/raw_html_in-page_and___91____91____33__included__93____93__.mdwn @@ -8,6 +8,10 @@ This should work, but html code (listing 1) shows up with a hash replaced for th I have to suspect that replacing html with some hash is a bug. +> Congrats, you're another person to fall afoul of markdown [[!debbug 380212]]. +> The fix is to use Text::Markdown, or markdown 1.0.2 instead of buggy +> old markdown 1.0.1. --[[Joey]] [[!tag done]] + ## inlining raw html This would be my prefered solution. in index.mdwn: @@ -30,8 +34,9 @@ I'm no html guru so I put the stuff in an iframe, but that doesn't work, since t Ikiwiki version: 2.44 plugin configuration: - disable_plugins => [qw{htmlscrubber}], - add_plugins => [qw{img map rawhtml toggle template prettydate haiku meta}], + + disable_plugins => [qw{htmlscrubber}], + add_plugins => [qw{img map rawhtml toggle template prettydate haiku meta}], best regards ulrik