- Published on
How to display special characters in Markdown
- Authors

- Name
- hwahyeon
To display special characters as they are in Markdown, use a backslash \.
_Like this_
\*Like this\*
Output:
Like this
*Like this*
To display special characters as they are in Markdown, use a backslash \.
_Like this_
\*Like this\*
Like this
*Like this*