regenerated gallery examples

This commit is contained in:
Louis Heredero 2024-05-19 17:36:24 +02:00
parent e584dc4e36
commit 56bfe03c44
Signed by: HEL
GPG Key ID: 8D83DE470F8544E7
3 changed files with 12 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -14,3 +14,15 @@
#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
))