Markdown Syntax

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

Mermaid UML diagram: https://mermaid-js.github.io/mermaid/#/.

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

Quoting code

Quoting text

Tables

Gherkin syntax

Please enable Gherkin syntax first before using this feature.

Last updated