X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/72c3b81efb1079f8db070ac89e97e9b7bcedd61b..dbfd7ac74f47b8f31778fb933e0eebc2e7a83e95:/doc/bugs/escaped_style_tag_becomes_elyts.mdwn diff --git a/doc/bugs/escaped_style_tag_becomes_elyts.mdwn b/doc/bugs/escaped_style_tag_becomes_elyts.mdwn index 709542527..336e2ff95 100644 --- a/doc/bugs/escaped_style_tag_becomes_elyts.mdwn +++ b/doc/bugs/escaped_style_tag_becomes_elyts.mdwn @@ -28,3 +28,7 @@ discuss style markup several times. The first couple of times I saw this happen, I thought it was some sort of misguided anti-cross-site-scripting filter... --[[smcv]] + +> [[Fixed|done]] by passing the `MKD_NOSTYLE` flag to Discount instead. +> Unfortunately this isn't bound by [[!cpan Text::Markdown::Discount]] yet, +> so for now I'm hard-coding its numeric value. --[[smcv]]