1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Doc: Added limitation for Rich Text editor

This commit is contained in:
Laurent Cozic 2021-01-03 15:35:26 +00:00
parent ac8ddb1166
commit 4851fd1ab3

View File

@ -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/).