Files
Verso/services/web/frontend
claudeandClaude Sonnet 4.6 94e8ff3503
Build and Deploy Verso / deploy (push) Failing after 3h10m10s
fix(typst): eliminate LALR(1) conflict on heading title items
Removing Strong and Emphasis from headingTitleItem eliminates the
conflict: both appear in document-level item, causing the LR automaton
to merge heading-title states with document-item states and make "*"
ambiguous (Strong opener vs. end of heading).

HeadingText is widened to ![\n$#`<@\\]+ so "*" and "_" inside headings
are consumed as plain text rather than producing error nodes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-07 20:58:05 +00:00
..