diff options
author | smcv <smcv@web> | 2014-10-05 08:41:16 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-10-05 08:41:16 -0400 |
commit | b1bc0299bb54c4769c156f961a42da30d09fe557 (patch) | |
tree | 4668c53a27726260daa2f8ceb9690a1514661827 | |
parent | af94275af1c168bd51a620d9998ead93892cfd5d (diff) | |
download | ikiwiki-b1bc0299bb54c4769c156f961a42da30d09fe557.tar ikiwiki-b1bc0299bb54c4769c156f961a42da30d09fe557.tar.gz |
mix markdown with HTML more correctly
-rw-r--r-- | doc/bugs/escaped_style_tag_becomes_elyts.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bugs/escaped_style_tag_becomes_elyts.mdwn b/doc/bugs/escaped_style_tag_becomes_elyts.mdwn index 24d8fbf7e..b7aa659af 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; </code></pre> However, this workaround also applies to indented text or text in backticks: -if you write <code>there is a bug involving the `<style>` tag</code>, +if you write <code>there is a bug involving the \`<style>\` tag</code>, or use indentation like <pre><code>you can use this markup: |