v1.10.0
Skrive v1.10.0 — Rich blocks
Richer blocks, still in plain files you own. This release brings footnotes, table editing, syntax-highlighted code, and properly nested lists.
Footnotes
Add a footnote from the Insert menu or by typing /footnote. References render as superscripts with a hover peek at the definition, all definitions gather into a footer at the end of the document, and you can jump between a reference and its definition. Everything round-trips to plain Markdown ([^1]), so nothing is locked in.
Table editing
Shape a table from the keyboard: ⌥⌘ + the arrow keys insert a row or column in that direction, and you can delete a whole table as a single unit. Tables stay valid, portable Markdown throughout — ragged rows and all.
Code blocks
Code blocks now render with syntax highlighting and a per-block language picker, so a snippet reads the way it would in your editor.
Nested lists
Nested numbered lists now count the way Docs and Word do — 1., then a., then i. by depth — instead of 1. at every level. Purely how they look; your Markdown is unchanged.