This commit is contained in:
Tomas Valenta 2021-07-23 14:23:59 +02:00 committed by Hans Pagel
parent 0eced7b1e6
commit 49dd5d85d5

View File

@ -80,7 +80,7 @@ Unfortunately, **tiptap doesnt support Markdown as an input or output format*
* Both, HTML and JSON, can have deeply nested structures, Markdown is flat.
* Markdown standards vary.
* tiptaps strength is cutomization, that doesnt work very well with Markdown.
* tiptaps strength is customization, that doesnt work very well with Markdown.
* There are enough packages to convert HTML to Markdown and vice-versa.
You should really consider to work with HTML or JSON to store your content, they are perfectly fine for most use cases.