mirror of https://github.com/stelzo/typst.git
Fix the test image of numbering.png (#3070)
This commit is contained in:
parent
9741885aaf
commit
e215f22965
Binary file not shown.
|
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 61 KiB |
|
|
@ -97,7 +97,7 @@
|
||||||
numbering("I.ア", i, i)
|
numbering("I.ア", i, i)
|
||||||
[ for #i \ ]
|
[ for #i \ ]
|
||||||
}
|
}
|
||||||
|
|
||||||
---
|
---
|
||||||
// Error: 17-19 number must be at least zero
|
// Error: 17-19 number must be at least zero
|
||||||
#numbering("1", -1)
|
#numbering("1", -1)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue