Docs

Markdown reference

Every piece of Markdown syntax Consistent Notes understands, in one page.

Everything below works in every entry. Keyboard-shortcut forms are listed where they exist — or find them by holding .

Headings

SyntaxResult
# HeadingHeading level 1
## HeadingHeading level 2
### HeadingHeading 3+ (deeper levels render the same)

Headings render bold, with color by level. The # marks are hidden except on the line you’re editing.

Text emphasis

SyntaxResultShortcut
**bold** or __bold__boldB
*italic* or _italic_italicI
~~strikethrough~~strikethroughS
~underline~underlineU
`code`codeE
[text](https://…)a linkL

Underline uses single tildes: ~like this~. (It’s not standard Markdown — it’s a Consistent Notes convention that keeps your text readable while you type.)

Lists

SyntaxResult
- item or * itembullet list
1. itemnumbered list (auto-increments as you type)
- [ ] itemopen todo
- [x] itemdone todo
- [-] itemcancelled todo

Indent with (four spaces per level) to nest. Todos cascade: check a parent and everything nested beneath it checks too. Details in Todos & rollover.

Blocks

SyntaxResult
> textblockquote (nests with >>)
--- (alone on a line)a full-width divider

A divider line shows as a clean horizontal rule in the editor, with the raw dashes visible only on the line you’re editing.

Emoji

SyntaxResult
:shortcodeemoji autocomplete — type :fire, press for 🔥

What about tables and images?

Deliberately missing. Consistent Notes is a journal, and journals are words: tables, images, and code fences would make entries heavier without making them better written. Anything you type that isn’t in the tables above simply shows as plain text — nothing is ever stripped from your entries. If a future you wants images in entries, say so — may add later if requested.