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
| Style | Toolbar button | Shortcut |
|---|---|---|
| Bold | B | Mod-b |
| Italic | I | Mod-i |
| Strikethrough | Mod-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~~