Skip to content

Commit 4f08e45

Browse files
authored
Merge pull request #1823 from coatless/patch-6
2 parents 23e0daf + 9cad2de commit 4f08e45

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

docs/extensions/listings/shortcodes-and-filters.yml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,12 @@
198198
Easily add collapsible details blocks to your HTML documents
199199
(e.g., for hints, answer keys, and supplemental information).
200200
201+
- name: details
202+
path: https://github.com/coatless-quarto/details
203+
author: '[James Joseph Balamuta](https://github.com/coatless/)'
204+
description: >
205+
An alternative implementation for the details HTML tag that focuses on using Div blocks and preserving content across non-interactive formats.
206+
201207
- name: diagram
202208
path: https://github.com/pandoc-ext/diagram
203209
author: '[Albert Krewinkel](https://github.com/tarleb)'
@@ -553,12 +559,23 @@
553559
description: >
554560
Handle self-citing bibliographies.
555561
562+
- name: regurgitate
563+
path: https://github.com/coatless-quarto/regurgitate
564+
author: '[James Joseph Balamuta](https://github.com/coatless/)'
565+
description: >
566+
Automatic Code Appendix containing all shown code with an option to include results or group by language.
567+
556568
- name: reveal-header
557569
path: https://github.com/shafayetShafee/reveal-header
558570
author: '[Shafayet Khan Shafee](https://github.com/shafayetShafee/)'
559571
description: >
560572
Add header text and header logo in all pages of RevealJs slide
561573
574+
- name: ripper
575+
path: https://github.com/coatless-quarto/ripper
576+
author: '[James Joseph Balamuta](https://github.com/coatless/)'
577+
description: Extract Quarto document code blocks into separate executable scripts on render.
578+
562579
- name: scheduled-docs
563580
path: https://github.com/qmd-lab/scheduled-docs
564581
author: '[Andrew Bray](https://github.com/andrewpbray/)'
@@ -607,6 +624,12 @@
607624
description: >
608625
Add buttons to share articles on various social media platforms.
609626
627+
- name: sorting-hat
628+
path: https://github.com/coatless-quarto/sorting-hat
629+
author: '[James Joseph Balamuta](https://github.com/coatless/)'
630+
description: >
631+
Conditionally include rendered code blocks in a Quarto document's output.
632+
610633
- name: speakernotes
611634
path: https://github.com/pagiraud/speakernotes
612635
author: '[Pierre-Amiel Giraud](https://github.com/pagiraud/)'
@@ -625,6 +648,12 @@
625648
description: >
626649
A Quarto filter to render style text for html and pdf document.
627650
651+
- name: support-this
652+
path: https://github.com/coatless-quarto/support-this
653+
author: '[James Joseph Balamuta](https://github.com/coatless/)'
654+
description: >
655+
Include links to crowdfunding platforms like GitHub Sponsors, Patreon, Buy Me a Coffee, and others to support content creators.
656+
628657
- name: svgbob
629658
path: https://github.com/kdheepak/quarto-svgbob
630659
author: '[kdheepak](https://github.com/kdheepak/)'

0 commit comments

Comments
 (0)