You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the boolean `useJapaneseBadge` with a new `badgeStyle` config
option that supports three TOC badge styles:
- "number": plain numeric badges (1, 2, 3...)
- "katakana": Japanese katakana badges (original style)
- "roman": Roman numeral badges (new)
The old `useJapaneseBadge` boolean is kept as deprecated for backward
compatibility. All TOC components (Sidebar, Floating, Mobile, Card)
are updated to use the new unified `getTOCBadge()` function.
0 commit comments