mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Document new counting symbols (#5568)
This commit is contained in:
parent
521ceae889
commit
a3ad0a0bba
@ -60,8 +60,9 @@ pub fn numbering(
|
|||||||
/// Defines how the numbering works.
|
/// Defines how the numbering works.
|
||||||
///
|
///
|
||||||
/// **Counting symbols** are `1`, `a`, `A`, `i`, `I`, `α`, `Α`, `一`, `壹`,
|
/// **Counting symbols** are `1`, `a`, `A`, `i`, `I`, `α`, `Α`, `一`, `壹`,
|
||||||
/// `あ`, `い`, `ア`, `イ`, `א`, `가`, `ㄱ`, `*`, `①`, and `⓵`. They are
|
/// `あ`, `い`, `ア`, `イ`, `א`, `가`, `ㄱ`, `*`, `١`, `۱`, `१`, `১`, `ক`,
|
||||||
/// replaced by the number in the sequence, preserving the original case.
|
/// `①`, and `⓵`. They are replaced by the number in the sequence,
|
||||||
|
/// preserving the original case.
|
||||||
///
|
///
|
||||||
/// The `*` character means that symbols should be used to count, in the
|
/// The `*` character means that symbols should be used to count, in the
|
||||||
/// order of `*`, `†`, `‡`, `§`, `¶`, `‖`. If there are more than six
|
/// order of `*`, `†`, `‡`, `§`, `¶`, `‖`. If there are more than six
|
||||||
|
Loading…
x
Reference in New Issue
Block a user