Disable markup in embeds that discord creates from urls Follow Muffinlord February 01, 2019 12:24 Discord should not be reading a websites text and parsing it through the markup engine. The text that is being found on the page is plain text and so it should be shown like that. A good example of this is https://twitter.com/discordapp/status/1091088569215709185 where the embed creates a spoiler when the tweet was intended to show how to create one. Instead of showing the pairs of pipes to illustrate how to use the new feature, it simply creates a spoiler when one was not intended. 0