- Suisse
- https://github.com/LordBaryhobal
- Joined on
2023-02-15
Block a user
Project files are not accessible from within package
The current workaround is to read the file into a raw block and passing that to schema.load
:
#let data = raw(read("schema.yaml"), block: true, lang: "yaml")
#let example = schema.load…