The quarto call build-ts-extension entry in the 1.9 changelog has no issue/PR reference, so it renders with an empty - (): prefix once the changelog is published (visible, for example, when it is archived to the docs site).
|
- (): New `quarto call build-ts-extension` command builds a TypeScript extension, such as an engine extension, and places the artifacts in the `_extensions` directory. See the [engine extension pre-release documentation](https://prerelease.quarto.org/docs/extensions/engine.html) for details. |
Every sibling entry carries a ([#NNNN](url)) reference; this one is empty. We could add the relevant issue/PR number so it renders like the others.
The
quarto call build-ts-extensionentry in the 1.9 changelog has no issue/PR reference, so it renders with an empty- ():prefix once the changelog is published (visible, for example, when it is archived to the docs site).quarto-cli/news/changelog-1.9.md
Line 181 in 8dc2124
Every sibling entry carries a
([#NNNN](url))reference; this one is empty. We could add the relevant issue/PR number so it renders like the others.