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] 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