-
Notifications
You must be signed in to change notification settings - Fork 400
Description
Ask Claude Code to review your implementation against the documentation.
It will tell you interesting things!
These showed up in writing the documentation:
About reference-location values:
The schema claims Typst supports reference-location with values [block | section | margin | document], but the implementation only specifically handles margin. Do section and block values work for Typst, or should the documentation warn that only margin and document are supported?About fig-column and tbl-column cell options:
Article-layout.qmd documents the "Multiple Outputs" feature where you can use fig-column: margin or tbl-column: margin to selectively place figures or tables in the margin while keeping other output in the body. I don't see tests or implementation for this in Typst. Should this be documented as not implemented for Typst?