mix markdown with HTML more correctly
parent
af94275af1
commit
b1bc0299bb
|
@ -7,7 +7,7 @@ $r=~s/<elyts/<style/ig;
|
||||||
</code></pre>
|
</code></pre>
|
||||||
|
|
||||||
However, this workaround also applies to indented text or text in backticks:
|
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
|
or use indentation like
|
||||||
|
|
||||||
<pre><code>you can use this markup:
|
<pre><code>you can use this markup:
|
||||||
|
|
Loading…
Reference in New Issue