Commit 0023a70
authored
Fix selector for admonition title in togglebutton.js (#77)
* Fix selector for admonition title in togglebutton.js
When the toggleID contains symbols such as `:` an error occurs in JS and all dropdown admonitions after the current element stop functioning.
The `CSS.escape` call fixes this.
* Add 0.4.5 changelog entry
Add CHANGELOG entry for 0.4.5 (2026-03-27) noting a fix: corrected the selector for the admonition title in togglebutton.js.1 parent ec20337 commit 0023a70
2 files changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
3 | 9 | | |
4 | 10 | | |
5 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments