Add group for options that need Typst specific content in docs#14093
Open
Add group for options that need Typst specific content in docs#14093
Conversation
Collaborator
✅ 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. |
Collaborator
|
Awesome thank you !! Why Partial fix only ? I think this + the reference update covers it right ? |
Collaborator
Author
|
@cderv we still have a Slide Layout section on the typst page:
I'll add something to this PR for that shortly. |
Collaborator
Author
|
@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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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