Markdown Syntax
Overview

Autocompletion
You can get a list of all available syntax by pressing Ctrl + Space in the editor. A context menu with all available syntax will appear.

To move between items, use Up, Down, Left, Right keys. To select an item, click on it or press Enter. An example will be inserted.

LaTeX Math formulas
Block formulas

Inline formulas

Sequence diagrams
Learn more about the syntax here: https://bramp.github.io/js-sequence-diagrams.

Graphviz diagrams
Learn more about the syntax (Graphviz DOT) here: http://www.graphviz.org/.

Mermaid UML diagrams
Learn more about Mermaid UML diagrams here: https://mermaid-js.github.io/mermaid/#/.
Here we are just showing some examples.
State diagrams

Sequence diagrams

Class diagrams

Markdown syntax
Heading

Styling text

Lists

Task lists

Using emoji

Mentioning people
Type @ and select the user to be mentioned.


Inserting attachments as images
Type @@ and select the attachment to be inserted.


Images

Links

Code snippets

Quote blocks

Tables

Gherkin syntax
Please enable the line-break option and the Gherkin syntax first before using this feature.



Last updated
Was this helpful?