들어가며
마크다운 문서는 문서 작성을 하는 데 생선성을 엄청나게 높여주는 장점이 있습니다. 단지 세세한 설정을 하기가 조금 불편하고, 특수문자가 예약어로 지정되어 있어, 작성에 주의해야 되는 부분이 조금 있을 뿐입니다.
아래 내용은 특수문자를 어떻게 하면 특수문자로 입력 가능한지를 보여주는 표입니다. 이 표에 나와있는 문자 그대로 입력하면 특수문자를 마크다운에서도 자유롭게 사용할 수 있습니다.
정리된 내용
Symbol | HTML Number | HTML Name | Description |
---|---|---|---|
! | ! |
exclamation point | |
" | " |
"\; |
double quotes |
# | # |
number sign | |
$ | $ |
dollar sign | |
% | % |
percent sign | |
& | & |
&\; |
ampersand |
' | ' |
single quote | |
( | ( |
opening parenthesis | |
) | ) |
closing parenthesis | |
* | * |
asterisk | |
+ | + |
plus sign | |
, | , |
comma | |
- | - |
minus sign - hyphen | |
. | . |
period | |
/ | / |
slash | |
: | : |
colon | |
; | ; |
semicolon | |
< | < |
< |
less than sign |
= | = |
equal sign | |
> | > |
> |
greater than sign |
? | ? |
question mark | |
@ | @ |
at symbol | |
[ | [ |
opening bracket | |
\ | \ |
back slash | |
] | ] |
closing bracket | |
^ | ^ |
caret - circumflex | |
_ | _ |
underscore | |
` | ` |
grave accent | |
{ | { |
opening brace | |
| | | |
vertical bar - pipe | |
} | } |
closing brace | |
~ | ~ |
equivalency sign - tilde | |
– | – |
en dash |
관련된 문자를 찾고 싶어도 용어를 몰라서 못 찾는 것은 이제 그만!!!
출처: http://ccambo.blogspot.com/2017/04/markdown_5.html http://www.ascii.cl/htmlcodes.htm