Markdown Syntax
Space supports Markdown syntax in:
Blog articles and comments
Issue descriptions and comments
Code review comments
Here is the syntax to follow:
Formatting | Entered text | Published text |
---|---|---|
Bold |
| This text is bold |
Italic |
| This text is italic |
Strikethrough |
| Never mind |
note
Headings are not supported in comments and chat discussions.
Formatting | Entered text | Published text |
---|---|---|
Level 1 heading |
| ![]() |
Level 2 heading |
| |
Level 3 heading |
|
Formatting | Entered text | Published text |
---|---|---|
External link autoconverted |
| |
External link with alias |
|
Entered | Published |
---|---|
|
|
|
|
Formatting | Entered text | Published text |
---|---|---|
Unordered list |
|
|
Ordered list |
|
|
Formatting | Entered | Published | ||||||
---|---|---|---|---|---|---|---|---|
Not aligned | | Column header 1 | Column header 2 | | ---------------|----------------| | content 1 |content 2| | content 1 |content 2| |
| ||||||
Right aligned | | Column header 1 | Column header 2 | | --------------:|---------------:| | content 1 |content 2| | content 1 |content 2| |
|
Formatting | Entered text | Published text |
---|---|---|
Blockquotes (can be nested) |
| ![]() |
Formatting | Entered text | Published text |
---|---|---|
Code block |
|
|
Inline code |
|
|
To add color to your code block, specify a language next to the opening backticks.
Formatting | Entered text | Published text |
---|---|---|
Code block with highlighted syntax |
| ![]() |
Entered | Published |
---|---|
| ![]() |
Create visualisations directly from text using Mermaid syntax. Quickly add a diagram or chart to your document, chat message, or code review comment — anywhere Markdown is supported.
note
Below are just a few basic examples. Mermaid lets you create complex and highly detailed diagrams of all kind. For more examples and tutorials, see the Mermaid website and the Mermaid Live Editor.
Write your diagram text inside a code block, adding mermaid
to the opening backticks.
Type | Entered text | Rendered text |
---|---|---|
Flowchart |
| ![]() |
Pie chart |
| ![]() |
Git (commits) diagram |
| ![]() |
Thanks for your feedback!