spec: Experimental switch from shiroa to typst html bundle export - #944
spec: Experimental switch from shiroa to typst html bundle export#944RobinJadoul wants to merge 19 commits into
Conversation
…der>, leave a todo about table headers
Kimi Code ReviewAutomated review by Kimi (Moonshot AI) |
Codex Code Review
|
Nope, this is fine, all things state work fine with the bundle, since it's only a single compilation emitting multiple output files.
The outer label is added as an inner label (but without getting an extra numbering level) because outer labels seem to not work properly in html export. The reference goes to the inner label and is as such perfectly resolved. |
This moves most of the pain of working with shiroa into something more under our control, and additionally gets significant compilation speed improvements.
Minimal required typst version becomes 0.15.0 because of this.