From c30d36c6453483b007a91736f9ff84f5c62aafc9 Mon Sep 17 00:00:00 2001 From: Andrew Heiss Date: Mon, 25 Aug 2025 14:38:20 -0400 Subject: [PATCH] Add quarto-output-styling extension information Added output-styling extension details to the YAML file. --- docs/extensions/listings/shortcodes-and-filters.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index e61cbdf37..ca04ef227 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -478,6 +478,12 @@ description: > Developer extension to work with option values. +- name: output-styling + path: https://github.com/andrewheiss/quarto-output-styling + author: '[Andrew Heiss](https://github.com/andrewheiss/)' + description: > + Style computational output, errors, warnings, and messages in HTML documents. + - name: panelize path: https://github.com/coatless-quarto/panelize author: '[James Joseph Balamuta](https://github.com/coatless/)'