discord-markdown
Installation
SKILL.md
Discord Markdown
Discord uses a variant of Markdown with some unique syntax. Key differences from standard Markdown:
- Underline:
__text__(not standard) - Spoilers:
||text|| - Subtext:
-# text - Combinations like underline+bold+italic
Text Formatting
| Style | Syntax | Example |
|---|---|---|
| Italic | *text* or _text_ |
italic |
| Bold | **text** |
bold |
| Bold Italic | ***text*** |
bold italic |
| Underline | __text__ |
|
| Strikethrough | ~~text~~ |
|
| Spoiler | ||text|| |
(hidden until clicked) |