Scribeist LogoScribeist

Markdown & Formatting

Quick reference for formatting text in Scribeist.

2 min readLast updated Feb 14, 2026

What is Markdown?

Markdown is a simple way to format text using plain characters. Type symbols like # or ** and they automatically become headings or bold text.

Don't want to use markdown? Use the visual toolbar instead—same results, no syntax required.


Quick reference

FormatMarkdownKeyboard Shortcut
Heading 1# Text
Heading 2## Text
Heading 3### Text
Bold**text**Cmd/Ctrl + B
Italic*text*Cmd/Ctrl + I
Strikethrough~~text~~
Bullet list- item
Numbered list1. item
Task list- [ ] task
Block quote> quote
Inline code`code`
Code block``code``
Link[text](url)-
Horizontal rule---

All of these can also be accessed through the visual toolbar—just select text and click the formatting button you want.


Need more help with markdown?

For a comprehensive markdown guide, see the Markdown Guide.


Next steps

Still need help?