From 4851fd1ab39b30a196d6978da8296976ab324008 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 3 Jan 2021 15:35:26 +0000 Subject: [PATCH] Doc: Added limitation for Rich Text editor --- readme/rich_text_editor.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme/rich_text_editor.md b/readme/rich_text_editor.md index 97dbdd67a..1450c6fd2 100644 --- a/readme/rich_text_editor.md +++ b/readme/rich_text_editor.md @@ -14,4 +14,6 @@ However **there is a catch**: in Joplin, notes, even when edited with this Rich - Tables must have a header, because this is a requirement in Markdown. When you create a table, it will let you create it without a header, but under the hood it will add an empty one. And next time you open the note, this empty header will be present. +- All items in a list must be of the same type, so for example all checkboxes, or all bullet points. If you require two different types, you should create two different lists separated by an horizontal rule or similar. + Those are the known limitations but if you notice any other issue not listed here, please let us know [in the forum](https://discourse.joplinapp.org/). \ No newline at end of file