From a9ee30e6de7c6f394c844e65fb6b49ca706860c3 Mon Sep 17 00:00:00 2001 From: Dixon Sean Low Yan Feng Date: Wed, 23 Jul 2025 22:16:39 +0800 Subject: [PATCH] Add `group-html-cell-outputs` filter extension --- 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 d00919212..a977d18d4 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -282,6 +282,12 @@ description: > Embed fully serverless, browser-based Gradio applications and Python coding playgrounds into your Quarto documents. +- name: group-html-cell-outputs + path: https://github.com/dixslyf/quarto-group-html-cell-outputs + author: '[Dixon Sean Low Yan Feng](https://github.com/dixslyf)' + description: > + Group cell outputs by wrapping them with a parent container when rendering to HTML. + - name: hide-comment path: https://github.com/shafayetShafee/hide-comment author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)'