From 920976024dfce3c9b90a2b967a53737020835ce8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Canouil?= <8896044+mcanouil@users.noreply.github.com> Date: Fri, 10 Oct 2025 09:49:38 +0200 Subject: [PATCH 1/3] chore: add collapse-output extension for collapsible outputs Added a new Quarto extension for collapsing code cell outputs. --- 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 ca7cdae05..7fd6a385f 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -157,6 +157,12 @@ Filter to create collapsible callouts with [`social-embeds`](https://github.com/sellorm/quarto-social-embeds) for HTML format. +- name: collapse-output + path: https://github.com/mcanouil/collapse-output + author: '[Mickaël CANOUIL](https://github.com/mcanouil)' + description: > + A Quarto extension that provides the ability to collapse code cell outputs in HTML documents using collapsible `
` elements. + - name: countdown path: https://github.com/gadenbuie/countdown author: '[Garrick Aden-Buie](https://github.com/gadenbuie/) and [James Joseph Balamuta](https://github.com/coatless/)' From 4a2fd16594cdaf8d2286dcec6ce7a5a65b7dcff7 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Fri, 10 Oct 2025 11:41:53 +0200 Subject: [PATCH 2/3] correctly order --- 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 7fd6a385f..b60c34044 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -163,6 +163,12 @@ description: > A Quarto extension that provides the ability to collapse code cell outputs in HTML documents using collapsible `
` elements. +- name: collapse-social-embeds + path: https://github.com/shafayetShafee/collapse-social-embeds + author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)' + description: > + Filter to create collapsible callouts with [`social-embeds`](https://github.com/sellorm/quarto-social-embeds) for HTML format. + - name: countdown path: https://github.com/gadenbuie/countdown author: '[Garrick Aden-Buie](https://github.com/gadenbuie/) and [James Joseph Balamuta](https://github.com/coatless/)' From 9b2a98bf21f0f0229da50e470b862d3176d12483 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Fri, 10 Oct 2025 11:45:38 +0200 Subject: [PATCH 3/3] forgot to remove it --- docs/extensions/listings/shortcodes-and-filters.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index b60c34044..6c0422ef5 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -150,13 +150,6 @@ Filter that provides global options to make the [`Callout Blocks`](https://quarto.org/docs/authoring/callouts.html) [`collapsible`](https://quarto.org/docs/authoring/callouts.html#collapse) in HTML documents -- name: collapse-social-embeds - path: https://github.com/shafayetShafee/collapse-social-embeds - author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)' - description: > - Filter to create collapsible callouts with [`social-embeds`](https://github.com/sellorm/quarto-social-embeds) - for HTML format. - - name: collapse-output path: https://github.com/mcanouil/collapse-output author: '[Mickaël CANOUIL](https://github.com/mcanouil)' @@ -167,7 +160,8 @@ path: https://github.com/shafayetShafee/collapse-social-embeds author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)' description: > - Filter to create collapsible callouts with [`social-embeds`](https://github.com/sellorm/quarto-social-embeds) for HTML format. + Filter to create collapsible callouts with [`social-embeds`](https://github.com/sellorm/quarto-social-embeds) + for HTML format. - name: countdown path: https://github.com/gadenbuie/countdown