v0.3.0: updates, left-to-right bits and "Loading" manual section #7

Merged
HEL merged 7 commits from dev into main 2025-05-02 22:39:29 +00:00
Showing only changes of commit 1be1dccb6b - Show all commits

View File

@ -35,7 +35,7 @@ For more information, see the [manual](manual.pdf)
To use this package, simply import `schema` from [rivet](https://typst.app/universe/package/rivet) and call `schema.load` to parse a schema description. Then use `schema.render` to render it, et voilà !
```typ
#import "@preview/rivet:0.2.0": schema
#import "@preview/rivet:0.3.0": schema
#let doc = schema.load("path/to/schema.yaml")
#schema.render(doc)
```