quarto-dev / quarto-dev/quarto-cli
Clarify the scope of embedded extensions
Open
@cscheid is already working on this.
Since Aug 21, 2025.
documentation
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
Bug description
From https://quarto.org/docs/extensions/formats.html#extension-embedding.
Steps to reproduce
quarto create extension format:html myhtml --no-prompt --no-open
cd myhtml
quarto add mcanouil/quarto-iconify --embed myhtml --no-prompt
echo "{{< iconify simple-icons:quarto >}}" >> template.qmd
quarto render template.qmd --to html
Expected behavior
In the example, Iconify shortcode should be recognised in the template when rendering as it's the case in Quarto 1.3.
Actual behavior
Embedded extensions are no loner available to documents.
Your environment
- macOS
Quarto check output
Quarto 1.3 is the latest known version to work.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.