X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/af94275af1c168bd51a620d9998ead93892cfd5d..63e6fa68b09efd88a28f4f684758500c74afcd10:/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 24d8fbf7e..336e2ff95 100644 --- a/doc/bugs/escaped_style_tag_becomes_elyts.mdwn +++ b/doc/bugs/escaped_style_tag_becomes_elyts.mdwn @@ -7,7 +7,7 @@ $r=~s/<elyts/<style/ig; However, this workaround also applies to indented text or text in backticks: -if you write there is a bug involving the `<style>` tag, +if you write there is a bug involving the \`<style>\` tag, or use indentation like
you can use this markup:
@@ -15,8 +15,10 @@ or use indentation like
     <style type="text/css">...</style>
 
-then that gets turned into `<elyts` in the HTML too. This makes it quite -difficult to talk about HTML on an IkiWiki instance (I had to use raw HTML in +then that gets turned into ` [[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]]