Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are a number of Markdown formatting symbols that you can use to enhance your messages. The following table shows how to enter Markdown into message text and how the formatted message appears after it is sent.

Markdown featureIn message input boxIn sent message

Bullets
Asterisk followed by a space in front of a line is formatted as a bullet. To enter a new line in the message input box, press Shift+Enter.

For each level of bullets, indent 5 spaces.

Image Modified

Image Modified

Numbered list

A number followed by a period and then a space in front of a line is formatted as a number in a list. It doesn't matter what numbers you use; Markdown displays the list with increments of 1.

For each level of numbers, indent 5 spaces.


Image Modified

Image Modified

Italics

When asterisks or underscores precede and follow text without spaces, the text is formatted as italics. 

Image Modified

Image Modified

Bold

When double-asterisks or double-underscores precede and follow text without spaces, the text is formatted as bold. 

Image Modified

Image Modified

Headers
When pound signs followed by a space precede a line of text, the text is formatted as a headers. Up to 6 levels of headers are supported. The number of pound signs indicates the level of the header. 

Image Modified

Image Modified

Quote

When a greater than sign precedes text, a vertical bar appears in front of the text and the text is indented to indicate that it is a quote.

To break out of a quote, you must enter Shift + Enter twice after the end of the quote.

Image Modified

Image Modified

Strikeout

When double-tildes precede and follow text, the text appears in strikeout format.

Image Modified


Image Modified

Backtick

When triple backticks surround words within a line , the words appear red.

When triple backticks appear on the line before and the line after any number of lines, special-character escaping is ignored.

Image Modified


Image Modified

Image Modified