regenerated gallery examples
This commit is contained in:
parent
e584dc4e36
commit
56bfe03c44
Binary file not shown.
BIN
gallery/test.pdf
BIN
gallery/test.pdf
Binary file not shown.
@ -13,4 +13,16 @@
|
|||||||
#let test-xml = schema.load("/gallery/test.xml")
|
#let test-xml = schema.load("/gallery/test.xml")
|
||||||
#schema.render(test-xml, config: config.dark(
|
#schema.render(test-xml, config: config.dark(
|
||||||
full-page: true
|
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
|
||||||
))
|
))
|
Loading…
Reference in New Issue
Block a user