diff options
| author | Joshua Gawley <16921823+joshuagawley@users.noreply.github.com> | 2024-12-13 11:26:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-13 11:26:52 +0000 |
| commit | a3ad0a0bba3ce3abb1d8ed84656f54cc2d74be25 (patch) | |
| tree | b0f95baa52ba8ec37595676038d60acbf3cbca5c /crates/typst-library/src | |
| parent | 521ceae889f15f2a93683ab776cd86a423e5dbed (diff) | |
Document new counting symbols (#5568)
Diffstat (limited to 'crates/typst-library/src')
| -rw-r--r-- | crates/typst-library/src/model/numbering.rs | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/crates/typst-library/src/model/numbering.rs b/crates/typst-library/src/model/numbering.rs index b7f27bb9..4e2fe457 100644 --- a/crates/typst-library/src/model/numbering.rs +++ b/crates/typst-library/src/model/numbering.rs @@ -60,8 +60,9 @@ pub fn numbering( /// Defines how the numbering works. /// /// **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 /// order of `*`, `†`, `‡`, `§`, `¶`, `‖`. If there are more than six |
