You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<details><summary>Allowing dangerous HTML tags</summary>
5
+
6
+
Sometimes it is useful to allow dangerous HTML tags to add interactivity to your notebook. One of the example is to use details/summary as a way to expand/collaps your todo-list.
7
+
8
+
* How to enable:
9
+
* Go to **Preferences** → **Interface** → **Sanitization** → **Allow dangerous html tags**
10
+
* Example note: Multiple todo-list
11
+
* Create new notes
12
+
* Paste the below code, and you'll see that you can expand/collaps the todo-list, and you can have multiple todo-list in your note.
0 commit comments