Markdown and keyboard shortcuts

Edit and create with markdown

The Atlassian editor supports markdown formatting for rich text fields. This makes it quick and easy to add headings, lists, code blocks, and more to your descriptions, comments, and other rich text fields. You can copy raw markdown into the Atlassian editor but you can't convert content from it into raw markdown.

Rather than remembering different shortcuts for different types of content, you can remember just one: the slash command. Type / to add code, emoji, images, and more to your rich text fields.

For those of you who prefer using markup languages, you can type in markdown and it will convert to fully formatted content as you go.

Markdown syntax

Result

**text**

Bold

__text__

Bold

*text*

Italics

_text_

Italics

~~text~~

Strikethrough

`text`

Monospace

[link](www.atlassian.com)

link

![alt text](http://example.com/image/example.png)

Image (from URL)

#

##

###

####

#####

######

Heading levels from 1 through to 6.

*

  • Unordered list (use tab to indent and shift + tab to outdent)

Note that ** won't convert to a nested list

-

  • Unordered list (use tab to indent and shift + tab to outdent)

1.

  1. Ordered list (use tab to indent and shift + tab to outdent)

2)

  1. Ordered list (use tab to indent and shift + tab to outdent)

[] 

Action item (press the Space key after [], use tab to indent, and shift + tab to outdent)

>

Block quote

---

Horizontal rule

***

Horizontal rule

:emoji:

😎

```

Code block

Keyboard shortcuts

Many of our keyboard shortcuts are consistent with industry standards, so will be the same as in the other apps you use.

To override native keyboard shortcuts, make sure that your cursor or focus is on the text editor.

Keyboard shortcuts (Mac)

Keyboard shortcuts (Windows)

Result

⌘ + B

CTRL + B

Bold

⌘ + I

CTRL + I

Italic

⌘ + U

CTRL + U

Underline

Tab

Tab

Indent list items

Shift + Tab

Shift + Tab

Outdent list items

⌘ + Shift + S

CTRL + Shift + S

Strikethrough

⌘ + Shift + 7

CTRL + Shift + 7

  1. Numbered list

⌘ + Shift + 8

CTRL + Shift + 8

  • Bulleted list

⌘ + Shift + 9

CTRL + Shift + 9

Quote

⌘ + Shift + -

CTRL + Shift + -

Divider

⌘ + Shift + K

CTRL + Shift + K

Link

⌘ + Shift + M

CTRL + Shift + M

Code

⌘ + \

CTRL + \

Clear formatting

⌘ + Z

CTRL + Z

Undo

⌘ + Shift + Z

CTRL + Shift + Z

Redo

⌘ + Shift + V

CTRL + Shift + V

Paste plain text

:

:

Emoji

@

@

Mention

/

/

Quick insert for tables, emoji, images, and more

Turn off keyboard shortcuts

If Jira's keyboard shortcuts don't speed up your work and you'd prefer to turn them off, you can do so via the keyboard shortcuts dialog.

  1. Select Help (), then Keyboard shortcuts.

  2. Toggle off Keyboard shortcuts are enabled in the dialog.

Still need help?

The Atlassian Community is here for you.