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
fix: numbered headings only deepen sub-numbers; always emit section tokens
- numbered-heading override regressed nesting (numbered sections jumped to
level 1 while unnumbered siblings stayed level 2). Now a numbered prefix
only adds depth for sub-numbers (3.1, 3.1.2), preserving the font-size
structure for top-level headings.
- SectionView.tokens drops omitempty so 0-token nodes (root/internal) still
emit the field — SDK DocumentTree requires it.
0 commit comments