Skip to main content

Text Formatting

Inline text styles follow CommonMark and GFM conventions.

Bold

**bold text**
__also bold__

Italic

*italic text*
_also italic_

Bold and italic

***bold and italic***
___bold and italic___

Strikethrough

GFM extension:

~~strikethrough text~~

Inline code

Use `inline code` in a sentence.

Toolbar

StyleToolbar buttonShortcut
BoldBMod-b
ItalicIMod-i
StrikethroughSMod-Shift-s
Inline code</>Mod-e

Nesting

Formatting can be combined inside block elements such as blockquotes and list items:

> This quote has **bold** and *italic* text.

- List item with `code` and ~~strike~~