diff --git a/gallery/riscv/riscv.pdf b/gallery/riscv/riscv.pdf index dfa6bcf..70c5651 100644 Binary files a/gallery/riscv/riscv.pdf and b/gallery/riscv/riscv.pdf differ diff --git a/gallery/test.pdf b/gallery/test.pdf index a01d02e..1c90a5a 100644 Binary files a/gallery/test.pdf and b/gallery/test.pdf differ diff --git a/gallery/test.typ b/gallery/test.typ index 5cb1589..c8005f2 100644 --- a/gallery/test.typ +++ b/gallery/test.typ @@ -13,4 +13,16 @@ #let test-xml = schema.load("/gallery/test.xml") #schema.render(test-xml, config: config.dark( full-page: true +)) + +#let test-raw = schema.load(```yaml +structures: + main: + bits: 4 + ranges: + 3-0: + name: test +```) +#schema.render(test-raw, config: config.config( + full-page: true )) \ No newline at end of file