Doc: Add rich text editor limitation - lists within tables (#6072)

This commit is contained in:
Daeraxa
2022-01-30 17:16:37 -05:00
committed by GitHub
parent dd705680f1
commit 46202beb9b
+2
View File
@@ -14,6 +14,8 @@ 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.
- List items (bullet points, numbered lists & checkboxes) within table cells can be created but will not be saved correctly; lists within tables are not currently part of any Markdown specification.
- 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 a horizontal rule or similar.
- Special keyboard modes "vim" and "emacs" are not supported.