Skip to content

Commit 9209760

Browse files
authored
chore: add collapse-output extension for collapsible outputs
Added a new Quarto extension for collapsing code cell outputs.
1 parent dd9d840 commit 9209760

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,12 @@
157157
Filter to create collapsible callouts with [`social-embeds`](https://github.com/sellorm/quarto-social-embeds)
158158
for HTML format.
159159
160+
- name: collapse-output
161+
path: https://github.com/mcanouil/collapse-output
162+
author: '[Mickaël CANOUIL](https://github.com/mcanouil)'
163+
description: >
164+
A Quarto extension that provides the ability to collapse code cell outputs in HTML documents using collapsible `<details>` elements.
165+
160166
- name: countdown
161167
path: https://github.com/gadenbuie/countdown
162168
author: '[Garrick Aden-Buie](https://github.com/gadenbuie/) and [James Joseph Balamuta](https://github.com/coatless/)'

0 commit comments

Comments
 (0)