Text Formatting¶
Basic Formatting¶
- Bold text using
**text**
or__text__
- Italic text using
*text*
or_text_
- Bold and italic using
***text***
- ~~Strikethrough~~ using
~~text~~
Inline Code¶
Use backticks for inline code
like this: `code`
Blockquotes¶
This is a blockquote
Nested blockquotes are supported
Even multiple levels
Horizontal Rules¶
Three or more hyphens:
Three or more asterisks:
Three or more underscores: