rivet-typst/gallery/test.typ
2024-05-19 12:18:14 +02:00

7 lines
180 B
Plaintext

#import "../src/lib.typ": *
#let test = schema.load("/gallery/test.yaml")
#schema.render(test, config: config.blueprint(
full-page: true,
default-font-family: "Ubuntu Mono"
))