calepin 0.0.12

A Rust CLI for preprocessing Typst documents with executable code chunks
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#import "@preview/calepin:0.0.1" as calepin

#set document(title: [Home])

#calepin.setup(
  echo: true,
  eval: true,
  results: "verbatim",
  fenced-chunks: true,
)

#title()

Welcome to your website.