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
15 lines
338 B
Markdown
15 lines
338 B
Markdown
|
|
Create a new `function`.
|
|
|
|
Use the backtick in MySQL syntax ``SELECT `column` FROM whatever``.
|
|
|
|
A single backtick in a code span: `` ` ``
|
|
|
|
A backtick-delimited string in a code span: `` `foo` ``
|
|
|
|
Please don't use any `<blink>` tags.
|
|
|
|
`—` is the decimal-encoded equivalent of `—`.
|
|
|
|
this `inline **code** has ___magic___` chars
|