Allowed html in Discord messages #4881
-
hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You can look into using embeds |
Beta Was this translation helpful? Give feedback.
-
HTML is disallowed in Discord messages for, well, obvious reasons. However, a limited subset of Markdown is supported: **Hi! I'm bold**, __and i'm underscored!__
_I'm italic, **and i'm italic bold.**_.
`inline codeblocks are supported too`,
||you can hide (spoiler) text|| and ~~add strikethrough~~ as well,
and ```
normal codeblocks (with a few languages syntax highlighted too!)
\``` (remove the backslashes of course) Additionally, in Forum Posts, unordered lists and headings are supported. This is probably where you're getting the anchored links from. |
Beta Was this translation helpful? Give feedback.
HTML is disallowed in Discord messages for, well, obvious reasons. However, a limited subset of Markdown is supported:
(remove the backslashes of course)
Additionally, in Forum Posts, unordered lists and headings are supported. This is probably where you're getting the anchored links from.