From 0340402dc1430c53cc36762eb7e0e83042e3bd19 Mon Sep 17 00:00:00 2001
From: mpj <11813607+empeje@users.noreply.github.com>
Date: Thu, 27 Dec 2018 11:12:36 +0700
Subject: [PATCH 1/4] Create FAQ.md
---
FAQ.md | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
create mode 100644 FAQ.md
diff --git a/FAQ.md b/FAQ.md
new file mode 100644
index 00000000..6393d8bb
--- /dev/null
+++ b/FAQ.md
@@ -0,0 +1,31 @@
+# Frequently Asked Questions
+
+
+Allowing dangerous HTML tags
+
+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.
+
+* How to enable:
+ * Go to **Preferences** → **Interface** → **Sanitization** → **Allow dangerous html tags**
+* Example note: Multiple todo-list
+ * Create new notes
+ * 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.
+
+```html
+What I want to do
+
+- [x] Create an awesome feature X
+- [ ] Do my homework
+
+
+```
+
+
+
+Other questions
+
+You can ask [here][ISSUES]
+
+
+
+[ISSUES]: https://github.com/BoostIO/Boostnote/issues
From a06bdced8ab9978484ce83d1b1271505b6b8f743 Mon Sep 17 00:00:00 2001
From: mpj <11813607+empeje@users.noreply.github.com>
Date: Thu, 27 Dec 2018 13:19:54 +0700
Subject: [PATCH 2/4] Update FAQ.md
---
FAQ.md | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/FAQ.md b/FAQ.md
index 6393d8bb..b1c16c8f 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -20,12 +20,8 @@ Sometimes it is useful to allow dangerous HTML tags to add interactivity to your
```
-
-
-Other questions
+# Other questions
You can ask [here][ISSUES]
-
-
[ISSUES]: https://github.com/BoostIO/Boostnote/issues
From 9ebf949890a4f5acde8f7c9a3ad08d31ebbbf45b Mon Sep 17 00:00:00 2001
From: mpj <11813607+empeje@users.noreply.github.com>
Date: Thu, 27 Dec 2018 13:20:44 +0700
Subject: [PATCH 3/4] Update FAQ.md
---
FAQ.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/FAQ.md b/FAQ.md
index b1c16c8f..3e1a577c 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -20,6 +20,8 @@ Sometimes it is useful to allow dangerous HTML tags to add interactivity to your
```
+
+
# Other questions
You can ask [here][ISSUES]
From 70e16d853e62f2dd5e66cbfabf5061cad94469a6 Mon Sep 17 00:00:00 2001
From: Junyoung Choi
Date: Thu, 27 Dec 2018 15:36:20 +0900
Subject: [PATCH 4/4] Replace heading 1 with heading 2
---
FAQ.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/FAQ.md b/FAQ.md
index 3e1a577c..c7fc4016 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -22,7 +22,7 @@ Sometimes it is useful to allow dangerous HTML tags to add interactivity to your
-# Other questions
+## Other questions
You can ask [here][ISSUES]