Expand description
Title text-case transform functions. Title text-case transforms.
Implements structured-title-aware casing for bibliography output.
All transforms operate on Djot-markup-bearing strings and respect
.nocase span protection via the rich-text renderer.
Functionsยง
- apply_
text_ case - Apply a text-case transform to a single plain-text segment.
- apply_
to_ structured_ parts - Apply text-case to a structured title (main + subtitles).
- is_
english_ language - Returns true if the given language tag indicates English.
- resolve_
text_ case - Resolve the effective text-case, applying language fallback.