Text Formatting on different Apps
| Style | Format | Description |
|---|---|---|
| Italic | _text_ | To italicize your message, place an underscore on both sides of the text |
| Bold | *text* | To bold your message, place an asterisk on both sides of the text |
| Strikethrough | ~text~ | To strikethrough your message, place a tilde on both sides of the text |
| Monospace | ```text``` | To monospace your message, place three backticks on both sides of the text |
| Quote | > text | To add a quote to your message, place an angle bracket and space before the text |
| Inline code | `text` | To add inline code to your message, place a backtick on both sides of the message |
| Numbered list | 1. text 2. text | To add a numbered list to your message, place a number, period, and space before each line of text |
| Bulleted list | * text * text
- text - text | To add a bulleted list to your message, place an asterisk or hyphen and a space before each word or sentence |