quarto-dev / quarto-dev/quarto-cli
cross-page shortcode dependencies
Open
@cscheid is already working on this.
Since Oct 21, 2022.
bug
lua
- Dominant language
- JavaScript
- Stars
- 6k
- Forks
- 458
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 41
Description
The bug reported here is a quarto bug.
If a snippet of a page gets "transplanted" to a different page because of a listing, then shortcode dependencies that are induced by that snippet need to be carried to the listing page. In this case, it's the fontawesome shortcode, but that problem will come up more generally.
We're probably detecting the shortcodes "too early" in the process, before the snippets are included, and so we're missing the snippet contents.
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.