From 4312d3de03493eff6e089ee76bee71c19372c5cd Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Wed, 14 May 2025 12:15:03 -0700 Subject: [PATCH 1/3] Add toggle --- 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 52ad4ae6bd..3e1f7bbb38 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -597,3 +597,8 @@ path: https://github.com/andrewheiss/quarto-wordcount author: '[Andrew Heiss](https://github.com/andrewheiss/)' description: Quarto extension for calculating accurate word counts + +- name: toggle + path: https://github.com/coatless-quarto/toggle + author: '[James Joseph Balamuta](https://github.com/coatless/)' + description: Toggle Code Output in Quarto HTML Documents From d5ce5b449286d0c26bc3095a5745a7de0dcdf4cf Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Thu, 15 May 2025 12:10:31 +0200 Subject: [PATCH 2/3] order --- docs/extensions/listings/shortcodes-and-filters.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index 3e1f7bbb38..88da5a5b7b 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -563,6 +563,11 @@ description: > A filter that renders [PGF/TikZ](https://en.wikipedia.org/wiki/PGF/TikZ) diagrams in HTML as SVG. +- name: toggle + path: https://github.com/coatless-quarto/toggle + author: '[James Joseph Balamuta](https://github.com/coatless/)' + description: Toggle Code Output in Quarto HTML Documents + - name: typst-function path: https://github.com/christopherkenny/typst-function author: '[Christopher T. Kenny](https://github.com/christopherkenny)' @@ -596,9 +601,4 @@ - name: wordcount path: https://github.com/andrewheiss/quarto-wordcount author: '[Andrew Heiss](https://github.com/andrewheiss/)' - description: Quarto extension for calculating accurate word counts - -- name: toggle - path: https://github.com/coatless-quarto/toggle - author: '[James Joseph Balamuta](https://github.com/coatless/)' - description: Toggle Code Output in Quarto HTML Documents + description: Quarto extension for calculating accurate word counts \ No newline at end of file From 8b83b5a6cd3ceb2de8349a8d9f95c1a09d5fd9d8 Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Thu, 15 May 2025 12:13:22 +0200 Subject: [PATCH 3/3] put back end of file newline --- docs/extensions/listings/shortcodes-and-filters.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extensions/listings/shortcodes-and-filters.yml b/docs/extensions/listings/shortcodes-and-filters.yml index 88da5a5b7b..188b27cdaa 100644 --- a/docs/extensions/listings/shortcodes-and-filters.yml +++ b/docs/extensions/listings/shortcodes-and-filters.yml @@ -601,4 +601,4 @@ - name: wordcount path: https://github.com/andrewheiss/quarto-wordcount author: '[Andrew Heiss](https://github.com/andrewheiss/)' - description: Quarto extension for calculating accurate word counts \ No newline at end of file + description: Quarto extension for calculating accurate word counts