mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
f4f63c5c39
Code spans are now hashed after parsing which means extensions that listen to spanGamut events no longer need to worry about escaping "custom" magic chars inside code spans. Closes #464
8 lines
472 B
HTML
8 lines
472 B
HTML
<p>Create a new <code>function</code>.</p>
|
|
<p>Use the backtick in MySQL syntax <code>SELECT `column` FROM whatever</code>.</p>
|
|
<p>A single backtick in a code span: <code>`</code></p>
|
|
<p>A backtick-delimited string in a code span: <code>`foo`</code></p>
|
|
<p>Please don't use any <code><blink></code> tags.</p>
|
|
<p><code>&#8212;</code> is the decimal-encoded equivalent of <code>&mdash;</code>.</p>
|
|
<p>this <code>inline **code** has ___magic___</code> chars</p>
|