mirror of
https://github.com/typst/typst
synced 2025-06-08 05:06:24 +08:00
Fix Greek numbering docs (#6360)
This commit is contained in:
parent
61dee554ba
commit
83e249dd33
@ -261,9 +261,9 @@ pub enum NumberingKind {
|
||||
LowerRoman,
|
||||
/// Uppercase Roman numerals (I, II, III, etc.).
|
||||
UpperRoman,
|
||||
/// Lowercase Greek numerals (Α, Β, Γ, etc.).
|
||||
/// Lowercase Greek letters (α, β, γ, etc.).
|
||||
LowerGreek,
|
||||
/// Uppercase Greek numerals (α, β, γ, etc.).
|
||||
/// Uppercase Greek letters (Α, Β, Γ, etc.).
|
||||
UpperGreek,
|
||||
/// Paragraph/note-like symbols: *, †, ‡, §, ¶, and ‖. Further items use
|
||||
/// repeated symbols.
|
||||
|
Loading…
x
Reference in New Issue
Block a user