Discord Markdown



Since Discord has the feature that warns you when heading towards an unidentified URL or domain, this could be used when people click on a hyperlink for security reasons. It's been two years now, and Discord has been using Markdown for a while, so I'm quite surprised this is not in for normal member messages, considering bot embeds has it. SourceForge uses markdown syntax everywhere to allow you to create rich text markup, and extends markdown in several ways to allow for quick linking to other artifacts in your project. Markdown was created to be easy to read, easy to write, and still readable in plain text format. Discord makes use of the Markdown engine to generate writing styles. The styles mostly make use of asterisks and underscore found by pressing on the keyboard Shift+8 and Shift+ – respectively. Also, there’s the strikethrough effect done using the tilde key found just below the Escape button. Discord Markdown Cheatsheet Sunday, 20th December 2020 We've been using Discord at Supernotes since the beginning, it even made our list of the Best Productivity Tools for Startups. Using Markdown in messages is great fun, but if you're new to it, it can be confusing.

Want to inject some flavor into your everyday text chat? You're in luck! Discord uses Markdown, a simple plain text formatting system that'll help you make your sentences stand out. Here's how to do it! Just add a few characters before & after your desired text to change your text! I'll show you some examples...

Sweet Styles

Italics *italics*

*Underline italics* __underline italics__

Bold *bold*

Underline bold __*underline bold*__

Bold Italics **bold italics**

***underline bold italics*** __*underline bold italics*__

Underline _underline_

Strikethrough ~~Strikethrough~~

Before: After Clicked: ||Spoilers!||

Don't want to use markdown? You can slap a backslash in front of your statement, and it'll escape the markdown formatting. You'll see those asterisks as you'd like! Just keep in mind, it doesn't work in messages with edits or underscores.

Code Blocks

Discord also supports code blocks as well. You can make your own code blocks by wrapping your text in backticks (`)

You can also use three backticks (```) to create multiline code blocks, like this beautifully written haiku.

Syntax Highlighting

If you really want to spruce up your code blocks, you can denote a specific language for syntax highlighting, by typing the name of the language you want the code block to expect right after the first three backticks beginning your code block. An example...

There are many different languages in place of Markdown that Discord's syntax highlighting support. Each different language has its own approach to highlight-able syntax. In Markdown, you can see that here:

asciidoc

autohotkey

bash

coffeescript

cpp

cs

css

diff

fix

glsl

html

ini

json

Discord Markdown Color

md

ml

Discord Markdown Guide

prolog

py

MarkdownDiscord markdown html

tex

Markdown

xl

xml

And you get the idea! Now you're a Discord text markdown expert. Get out there and highlight your statements!