mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
12 lines
195 B
HTML
12 lines
195 B
HTML
|
<p>\ backslash
|
||
|
` backtick
|
||
|
* asterisk
|
||
|
_ underscore
|
||
|
{} curly braces
|
||
|
[] square brackets
|
||
|
() parentheses
|
||
|
# hash mark
|
||
|
+ plus sign
|
||
|
- minus sign (hyphen)
|
||
|
. dot
|
||
|
! exclamation mark</p>
|