Answers for "discord text spoiler"

C
18

discord text formatting

// Italics
*This text is italicized*

// Bold
**This text is bold**

// Underline
__This text is underlined__

// Strikethrough
~~This text has a line through it~~

// Indentation (not really sure what else to call this one)
> 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 blockn";
```
Posted by: Guest on March-22-2021
3

hidden message discord

||helo||  <-- this is a hidden message
you welcome ;)
Posted by: Guest on July-13-2020
10

discord spoiler

||Spoiler :3||
Posted by: Guest on March-30-2021

Code answers related to "C"

Browse Popular Code Answers by Language