Skip to content

Commit be93385

Browse files
committed
This is a significant rebuild of the extension as it focuses on a more robust way to link code blocks and outputs using attribute IDs, e.g. data-toggle-id and data-toggle-output, instead of trying to walk the DOM tree to find outputs. This caused headaches when code cells were nested inside other containers like tabsets, callouts, columns, and <details> elements.
1 parent 98a3703 commit be93385

File tree

5 files changed

+1430
-259
lines changed

5 files changed

+1430
-259
lines changed

_extensions/toggle/_extension.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
title: Toggle
22
author: James J Balamuta
3-
version: 0.0.0-dev.1
3+
version: 0.2.0
44
quarto-required: ">=1.7.0"
55
contributes:
66
filters:
7-
- toggle.lua
7+
- toggle.lua

0 commit comments

Comments
 (0)