Skip to content

Comments

Pdf standards revisions#1893

Open
gordonwoodhull wants to merge 161 commits intomainfrom
pdf-standards-revisions
Open

Pdf standards revisions#1893
gordonwoodhull wants to merge 161 commits intomainfrom
pdf-standards-revisions

Conversation

@gordonwoodhull
Copy link
Contributor

Closes #1891

  • Split the PDF Standards table between formats.
  • Quarto metadata populates PDF metadata.
  • Also move document tagging up and split it between formats.

MateusMolina and others added 30 commits September 18, 2025 17:36
(cherry picked from commit 97c164d)
(cherry picked from commit 620a00a)

Co-authored-by: Julius Krumbiegel <22495855+jkrumbiegel@users.noreply.github.com>
* update reference tool for 1.8

* artifacts

(cherry picked from commit 3a7334a)

Co-authored-by: Gordon Woodhull <gordon.woodhull@posit.co>
* axe-check docs
* darkmode tweaks
* gitignore

(cherry picked from commit e5ab976)
(cherry picked from commit eac74d6)
(cherry picked from commit 1c279a0)
Co-authored-by: Charlotte Wickham <charlotte.wickham@posit.co>
(cherry picked from commit 060c968)
Co-authored-by: Charlotte Wickham <charlotte.wickham@posit.co>
(cherry picked from commit 578612c)
(cherry picked from commit a191633)
(cherry picked from commit b69b809)
In HTML dependencies section, the description of `link` has a typo where `ref` is written instead of `href`

(cherry picked from commit 0aeac93)
* Remove `posit-cloud` as a publishing venue

* Link to other venues

* Remove from 1.4 sidebar too

(cherry picked from commit c3d19c6)

Co-authored-by: Charlotte Wickham <charlotte.wickham@posit.co>
* document q.metadata and q.variables

* Update docs/extensions/lua-api.qmd

Co-authored-by: Charlotte Wickham <charlotte.wickham@posit.co>

* Update docs/extensions/lua-api.qmd

Co-authored-by: Charlotte Wickham <charlotte.wickham@posit.co>

* Update docs/extensions/lua-api.qmd

Co-authored-by: Charlotte Wickham <charlotte.wickham@posit.co>

---------

Co-authored-by: Charlotte Wickham <charlotte.wickham@posit.co>
(cherry picked from commit dd9d840)
* QUARTO_EXECUTE_INFO documentation

* remove some lines

* Update docs/advanced/quarto-execute-info.qmd

Co-authored-by: Charlotte Wickham <charlotte.wickham@posit.co>

* Update docs/advanced/environment-vars.qmd

Co-authored-by: Charlotte Wickham <charlotte.wickham@posit.co>

* Update docs/advanced/quarto-execute-info.qmd

Co-authored-by: Charlotte Wickham <charlotte.wickham@posit.co>

* change to base_format, use fallthrough

* add link to table content

---------

Co-authored-by: Charlotte Wickham <charlotte.wickham@posit.co>
(cherry picked from commit 5bf9205)
Added a new Quarto extension for collapsing code cell outputs.

(cherry picked from commit 9209760)
(cherry picked from commit 4a2fd16)
gordonwoodhull and others added 30 commits January 30, 2026 11:31
Use the correct prerelease feature include path
/docs/prerelease/1.9/_pre-release-feature.qmd instead of the
non-standard /docs/_require-1.9.qmd pattern. Delete the empty
_require-1.9.qmd file that was added in error.

Addresses PR review feedback from @cderv.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Reorder sections in book-output.qmd so LaTeX Output appears before
Typst Output, maintaining consistency with the established format
ordering in the documentation.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Change "brand system" to "_brand.yml" when referring to brand
integration, following documentation conventions where _brand.yml
refers to the actual file users create in their projects.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Change "brand system" to "_brand.yml" and fix "colors and logos"
to "color and logo" to match the actual _brand.yml schema.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Add Netlify redirect for veraPDF downloads

Introduce netlify.toml with a :version/* wildcard redirect pointing to
versioned veraPDF files on S3. This provides a stable, version-agnostic
download URL for quarto-cli while allowing server-side version control.

Include netlify.toml in Quarto resources so it is copied to _site/.

(cherry picked from commit a074e90)
)

(cherry picked from commit 6121f1d)

Co-authored-by: Davood Tofighi <dtofighi@gmail.com>
follow up on e6c7bea for documenting engine extension.
(cherry picked from commit 7e1a065)

Co-authored-by: Pim Snel <post@pimsnel.com>
…1874)

* syntax-highlighting is the new settings now

* Add a conditional to add precision about main document option

this is needed when we need to add some specific for a format while keeping the same global include for all doc

* Update doc for reveal regarding syntax-highlighting

* fix - fig-alt with a -

* highlighting - add missing supported a11y them to the doc

* Add callout for Typst default highlighting change in 1.9

Previously Typst used its own native code highlighting. Starting with
1.9, it uses Pandoc Skylighting by default (same as HTML/LaTeX). The
old behavior is available via syntax-highlighting: idiomatic.

* renv - colorspace is needed to gt-temps.qmd example

* knitr - Re-render some output-formats example with gt
Update diagrams.qmd Chrome Install section to recommend
chrome-headless-shell over legacy chromium. Update QUARTO_CHROMIUM
env var description with browser discovery priority order.

CLI reference docs will be regenerated from next prerelease build.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* add fansi R to run tools/reference-cli-generate-md.R

* docs: Document chrome-headless-shell as primary browser install

Update diagrams.qmd Chrome Install section to recommend
chrome-headless-shell over legacy chromium. Update QUARTO_CHROMIUM
env var description with browser discovery priority order.

CLI reference docs will be regenerated from next prerelease build.

* Mark `quarto install chrome-headless-shell` as 1.9 feature
Add Posit Connect Cloud publishing documentation
* Match structure of list to headings

* Tweaks

* Put Posit Connct Cloud first in publisher list and move Quarto Pub

This will prepare for the idea of migrating from one service to the other

* Use include for publish command to avoid duplication and easier maintainance

* Use shared include for publish command documentation

Posit Connect Cloud documentation now uses `_publish-command.md` include for consistency with Netlify and Quarto Pub.

This change was done including following improvements

- Refactor `_publish-command.md` to use nested metadata structure:
  - `provider.id`, `provider.name`, `provider.publish-url`
  - `provider.authorization.enabled`, `.description`, `.prompt`
- Add conditional authorization section using `when-meta="provider.authorization.enabled"`
- Update Netlify and Quarto Pub metadata to match nested structure
- Remove generic "Multiple Accounts" section from include (too provider-specific)

Each provider now handles account management documentation in its own way while
sharing the core publish command flow.

* Use new provider metadata schema

* Standardize provider metadata structure in publishing docs

Migrate provider documentation to use consistent nested YAML structure:
- Convert confluence.qmd, hugging-face.qmd, and github-pages.qmd from flat structure (provider: value, provider-name: value) to nested structure (provider.id, provider.name)
- Update _github-action-basics.md and _github-action-options.md to reference {{< meta provider.id >}} instead of {{< meta provider >}}

This enables consistent content reuse via metadata references across all provider documentation pages.

* Remove unused token metadata from provider frontmatter

The token field in netlify.qmd and github-pages.qmd has been unused since July 2022.

History:
- 3555fca (Jul 5, 2022): Added provider-token with {{< meta provider-token >}} usage in _github-action-executing-code.md
- 2337ba6 (Jul 7, 2022): Removed {{< meta provider-token >}} usage from _github-action-executing-code.md

The token field was never dynamically substituted into content after its usage was removed. Token names are hardcoded directly in GitHub Action examples.

* Change `provider` to `provider.id`

---------

Co-authored-by: Christophe Dervieux <christophe.dervieux@gmail.com>
(cherry picked from commit 42b1a2e)

Co-authored-by: Hiroshi Suzuki <20717881+herosi@users.noreply.github.com>
(cherry picked from commit 3dae00c)

Co-authored-by: Hiroshi Suzuki <20717881+herosi@users.noreply.github.com>
(cherry picked from commit 5435612)

Co-authored-by: Nik Richers <nik@validmind.ai>
(cherry picked from commit 3b35af3)

Co-authored-by: Mickaël Canouil <8896044+mcanouil@users.noreply.github.com>
Documents list table syntax including alignment, column widths,
header rows, captions, cross-references, and complex cell content.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Split the standards table into format-specific versions using
content-visible so each page only shows relevant standards, and
remove the now-unnecessary Format Support column. Add document
metadata bullet to accessibility section. Split document tagging
bullet into format-specific content.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.