From c2f12214037ac50a775aff5021f3ab3f146f5c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Gyarmati?= Date: Fri, 28 Feb 2025 18:43:48 +0100 Subject: [PATCH] Add `quarto-gradio` to extension listings (#1569) (cherry picked from commit 4d7e95d4002ea7494ffafd7d037954ce52c3e254) --- 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 8c950b7672..3a05dd35f7 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -258,6 +258,12 @@ description: > Add a Github Corner into your HTML document. +- name: gradio + path: https://github.com/peter-gy/quarto-gradio + author: '[Péter Ferenc Gyarmati](https://github.com/peter-gy)' + description: > + Embed fully serverless, browser-based Gradio applications and Python coding playgrounds into your Quarto documents. + - name: hide-comment path: https://github.com/shafayetShafee/hide-comment author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)'