You can define headers by using the #
symbol.
# Title
## Section
### Subsection
To make text bold, wrap the text with **
characters.
To make text **bold**, wrap the text with `**` characters.
To make text italic, wrap the text with _
characters.
To make text _italic_, wrap the text with `_` characters.
To make text strikethrough, wrap the text with ~
characters.
To make text ~strikethrough~, wrap the text with `~` characters.