From 5f651a64f34c971a3e0937b2c6e0881d491d565b Mon Sep 17 00:00:00 2001 From: Daniel Kapitan Date: Wed, 22 Jan 2025 08:39:29 +0100 Subject: [PATCH 1/2] Update shortcodes-and-filters.yml Add accordion --- docs/extensions/listings/shortcodes-and-filters.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index bb91e2882..813376931 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -17,6 +17,11 @@ Filter to add code from source files as a code block that works with `code-fold`. +- name: accordion + path: https://github.com/royfrancis/quarto-accordion + author: '[Roy Francis](https://github.com/royfrancis)' + description: Shortcode to add Bootstrap accordion component for html format. + - name: adsense path: https://github.com/coatless-quarto/adsense author: '[James Joseph Balamuta](https://github.com/coatless/)' From f0efedff7265cc02f2538fff38d86349fa359dc3 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Wed, 22 Jan 2025 14:37:30 +0100 Subject: [PATCH 2/2] move up in the list --- docs/extensions/listings/shortcodes-and-filters.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index 813376931..8c950b767 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -10,6 +10,11 @@ description: > Use [Academicons](https://jpswalsh.github.io/academicons/) in HTML documents +- name: accordion + path: https://github.com/royfrancis/quarto-accordion + author: '[Roy Francis](https://github.com/royfrancis)' + description: Shortcode to add Bootstrap accordion component for html format. + - name: add-code-files path: https://github.com/shafayetShafee/add-code-files author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee)' @@ -17,11 +22,6 @@ Filter to add code from source files as a code block that works with `code-fold`. -- name: accordion - path: https://github.com/royfrancis/quarto-accordion - author: '[Roy Francis](https://github.com/royfrancis)' - description: Shortcode to add Bootstrap accordion component for html format. - - name: adsense path: https://github.com/coatless-quarto/adsense author: '[James Joseph Balamuta](https://github.com/coatless/)'