mirror of
https://github.com/typst/typst
synced 2025-05-15 17:45:27 +08:00
use 'n' and 'N' for romain 0
This commit is contained in:
parent
01d45e981b
commit
c3873b199d
@ -403,6 +403,7 @@ impl NumberingKind {
|
||||
("v", 5),
|
||||
("iv", 4),
|
||||
("i", 1),
|
||||
("n", 0),
|
||||
],
|
||||
n,
|
||||
),
|
||||
@ -428,6 +429,7 @@ impl NumberingKind {
|
||||
("V", 5),
|
||||
("IV", 4),
|
||||
("I", 1),
|
||||
("N", 0),
|
||||
],
|
||||
n,
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user