The Pilcrow Papers
You render markdown and get back plain, unstyled HTML. Typeset styles everything inside the container from three rhythm variables, and everything else derives.
Rhythm
Three controls: --typeset-size, --typeset-leading,
and --typeset-flow.
- It fits its container — chat bubble or article.
- It reads your theme tokens, so dark mode is free.
- Appending a block never restyles earlier blocks.
Utilities on an element still win — the rules are zero-specificity.
| Control | Default |
|---|---|
| size | 1em |
| leading | 1.75 |
| flow | 1.25em |