Skip to content

Commit a8faec9

Browse files
committed
Interactive vs. non-interactive modes
In interactive formats (like HTML), details sections can be expanded or collapsed by the user. In non-interactive formats (like PDF or Word), details sections are either fully shown, replaced with a placeholder, or removed entirely based on configuration. Under interactive modes, allow groups of details to be open or closed by default based on output format. Allow expand/collapse all controls for details sections. Under non-interactive modes, configure how details sections are handled, including options for displaying a placeholder message or removing the section entirely.
1 parent c3e304c commit a8faec9

2 files changed

Lines changed: 1153 additions & 76 deletions

File tree

_extensions/details/_extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: details
22
author: James Joseph Balamuta
3-
version: 0.0.0-dev.1
3+
version: 0.0.0-dev.2
44
quarto-required: ">=1.7.0"
55
contributes:
66
filters:

0 commit comments

Comments
 (0)