Message formatting
Glue uses markdown to format messages. The following features are supported:
Text styling
Bold
Italics
Strikethrough
Links
User mentions
Inline code
Code blocks
Blockquotes
Paragraphs
Lists
Ordered
Unordered
These features are described in detail below.
Text Styling
Bold
To make text bold, wrap it with two asterisks (**) or two underscores (__). For example:
Displays as:

Italics
To italicize text, wrap it with one asterisk (*) or one underscore (_). For example:
Displays as:

Strikethrough
To strikethrough text, wrap it with two tildes (~~). For example:
Displays as:

Bold and Italics Combined
You can combine bold and italics for even more emphasis. For example:
Displays as:

Links
To create a hyperlink, use square brackets [ ] to set the text and parentheses ( ) to set the URL. For example:
Displays as:

User Mentions
To mention a user in our chat app, use the following format:
Displays as:

Inline Code
To include inline code, wrap your text with backticks (`). For example:
Displays as:

Code Blocks
For longer code snippets, use triple backticks (```) before and after your code block. You can also specify the language for syntax highlighting. For example:
Displays as:

Blockquotes
To create a blockquote, use the greater than (>) symbol followed by a space. For example:
Displays as:

Paragraphs
To create paragraphs, simply separate your text with one or more blank lines. For example:
Displays as:

Lists
Unordered Lists
To create an unordered list, use -, *, or + followed by a space. For example:
Displays as:

Ordered Lists
To create an ordered list, use numbers followed by a period and a space. For example:
Displays as:

Last updated
Was this helpful?
