Files
tiptap/docs/src/docPages/guide/get-content.md
2020-08-18 21:47:04 +02:00

14 lines
630 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Get Content
## Working with JSON
## Working with HTML
## tiptap doesnt work with Markdown
Unfortunately, tiptap doesnt support Markdown as input/output format. We considered to add support for it, but there are a few limitations:
* HTML or JSON can have deeply nested structures, Markdown not
* Tables are not part of the Markdown standard, and cant be easily stored and restored from Markdown
You should really consider to work with HTML or JSON to store your content. If you still think you need Markdown, Nextcloud uses tiptap to work with Markdown. There code is open source, so maybe you can learn from them.