xxxxxxxxxx
[This is Google](https://google.com/)
xxxxxxxxxx
// Italics
*This text is italicized*
// Bold
**This text is bold**
// Underline
__This text is underlined__
// Strikethrough
~~This text has a line through it~~
//Header
# this is the biggest header
## this is a smaller header
### this is the smallest header
//Smal Text
-# is smaller text than normal!
// Indentation (citation)
> This text is indented
// Spoiler
||This text is a spoiler||
// Single line code block
`This is a single line code block`
// Multi-line code block
```<lang>
std::cout<<"This is a multi-line code block\n";
```
// Multi-line citation
>>> Hello
line1
line2
line3
>>>
// Masked Links
[TextForLink](link)
// bulleted List (add space in front for indentation)
* hello
* hello
- indented hello
//Tags
//Tagging @silent makes the message silent (duh)
@silent message that will be silent