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.
Closes quarto-dev/quarto-cli#8303
Add support for programmatically filtering content from a listing usingAlready exists at https://quarto.org/docs/websites/website-listings.html#including-or-excluding-itemsinclude
orexclude
with glob syntax to include or exclude specific items from the listing. See quarto-dev/quarto-cli@d415d9ca5b7cb59a8a4750dd3eeb60116b931bd6sword-count
for listing items. It is not displayed by default. Added entry in fields table in Guide(#4800): Add support for including anIn reference.xml-stylesheet
in listings. Use thexml-stylesheet: example.xsl
underfeed:
to provide a path to an XSL style sheet to style your RSS feed.feed:type
ofmetadata
, which will use only explicitly provided description metadata when generating an RSS feed. Additionally, note thatpartial
feed types will prefer to use an explicit description over the first paragraph, when a description is available. Edited entry in feeds table in Guide