Skip to content
Discussion options

You must be logged in to vote

https://discord.com/developers/docs/reference#message-formatting discord only supports plaintext / basic markdown

Discord utilizes a subset of markdown for rendering message content on its clients, while also adding some custom functionality to enable things like mentioning users and channels. This functionality uses the following formats:

So therefor, the &nbsp is because you have HTML format set and there are white-spaces in the content layout that its trying to preserve.

  = "Non breaking white space" in HTML markup.

Replies: 6 comments 15 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@josxha
Comment options

@caronc
Comment options

Comment options

You must be logged in to vote
13 replies
@raphaelp-github
Comment options

@XBadFellaX
Comment options

@meadim
Comment options

@caronc
Comment options

@XBadFellaX
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by dgtlmoon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
10 participants
Converted from issue

This discussion was converted from issue #574 on May 03, 2022 07:21.