Answers for "discord spoiler text"

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
5

how to mark part of your sentence as spoiler in discord

put || around your text like this: ||example||
Posted by: Guest on December-18-2020
10

discord spoiler

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

Code answers related to "C"

Browse Popular Code Answers by Language