completed README.md

This commit is contained in:
2024-05-19 18:03:52 +02:00
parent 56bfe03c44
commit bdbed8f8b0
12 changed files with 207 additions and 2 deletions

6
gallery/example1.typ Normal file
View File

@ -0,0 +1,6 @@
#import "../src/lib.typ": schema, config
#let example = schema.load("/gallery/example1.yaml")
#schema.render(example, config: config.config(
full-page: true
))