Add group for options that need Typst specific content in docs#14093
Add group for options that need Typst specific content in docs#14093
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
|
Awesome thank you !! Why Partial fix only ? I think this + the reference update covers it right ? |
|
@cderv we still have a Slide Layout section on the typst page:
I'll add something to this PR for that shortly. |
|
@cderv this should now close #13412. It's a bigger change, so please review the edited description. I've also tagged @gordonwoodhull for a review, particularly on the |
|
After talking to @cscheid, this doesn't really work. Having This is now a smaller change:
|
|
This now closes the doc issue but revealed a bigger issue I did my best to document in: #14122 |

Adds typst to the document groups in
groups.ymlso thatdocument-typst.ymloptions (logo, margin-geometry, theorem-appearance) are included when generating format reference pages.Without this, the typst-specific options defined in
document-typst.ymlwere never read bytools/reference.tsin quarto-web, so they didn't appear on the typst reference page.Moves the
typstmargindefinition fromdocument-reveal-layout.ymltodocument-layout.yml, resulting in two separate declarations ofmargin. This pattern already exists for several other options in the schema so I'm hoping it doesn't cause problems.@gordonwoodhull could you double-check the Typst schema for
marginClaude proposed here?Fix for #13412