calepin 0.0.17

A Rust CLI for preprocessing Typst documents with executable code chunks
#set document(title: [Writing Patterns])
#metadata((title: "Writing patterns", translation_key: "writing")) <website-metadata>

#title()

#lorem(90)

= Footnotes

Footnotes are ordinary Typst content.#footnote[#lorem(20)] They should stay
usable in compact top-nav themes, documentation themes, and reading-first
themes.

#lorem(65)

= Code

```typ
#set text(size: 11pt)
#lorem(20)
```

#lorem(60)