-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
I think many people often use the word "hide" to describe what this repository calls "toggle" (e.g. to remove content from view, but with a button to show it). Perhaps we should think of re-using "hide" rather than "toggle" in configuration?
E.g., allow for following:
```{note}
:class: hide
My note
```
Instead of
```{note}
:class: toggle
My note
```
The concern I have is that this will class with other CSS, since hide is a common word.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels