a85cf95 ←ed2a6e0antonApr 24, 2026 api

edit index.md via macOS

M /docs/undefined +0 -0
modified list item heading anchors for deep linking (e.g. docs/typst/demo/basic...
M /docs/undefined +0 -0
2 unmodified lines
3sublimated renders `.typ` files as multi-page documents. push via [git](../git/), view the rendered pages on the web.
4
5- documents compile to PDF + SVG pages on push — instant viewing, no client-side rendering
6- text is selectable and copyable (font-aware text overlay on SVG pages)
7- heading anchors for deep linking (e.g. `docs/typst/demo.typ#introduction`)
7- heading anchors for deep linking (e.g. `docs/typst/demo/basics.typ#introduction`)
8- multi-file projects work — `#import`, `#include`, and `#image` resolve relative paths
9- block-level structure extracted for comments, diffs, and semantic analysis
10- edit mode uses CodeMirror (same as .ts, .py, etc)
11
12## demos
13
14one file per feature area — push them to see them rendered:
15
16- [basics](basics.typ) — headings, paragraphs, emphasis, lists
17- [math](math.typ) — equations, symbols, matrices, aligned expressions
18- [code](code.typ) — code blocks, inline code, syntax highlighting
19- [tables](tables.typ) — tables with headers, alignment, styling
20- [figures](figures.typ) — figures with captions, placement, numbering
21- [layout](layout.typ) — page setup, columns, spacing, breaks
22- [styling](styling.typ) — custom fonts, colors, show rules, set rules
23- [functions](functions.typ) — variables, functions, conditionals, loops
24- [bibliography](bibliography.typ) — citations and bibliography
25- [article](article.typ) — a complete article combining all features
16- [basics](demo/basics.typ) — headings, paragraphs, emphasis, lists
17- [math](demo/math.typ) — equations, symbols, matrices, aligned expressions
18- [code](demo/code.typ) — code blocks, inline code, syntax highlighting
19- [tables](demo/tables.typ) — tables with headers, alignment, styling
20- [figures](demo/figures.typ) — figures with captions, placement, numbering
21- [layout](demo/layout.typ) — page setup, columns, spacing, breaks
22- [styling](demo/styling.typ) — custom fonts, colors, show rules, set rules
23- [functions](demo/functions.typ) — variables, functions, conditionals, loops
24- [bibliography](demo/bibliography.typ) — citations and bibliography
25- [article](demo/article.typ) — a complete article combining all features
26
27## how it works
28
291. push a `.typ` file via git (or save via edit mode)
32 unmodified lines