add a warning

This commit is contained in:
Hans Pagel 2020-09-04 13:30:09 +02:00
parent 73bd3907d9
commit 18ef2b90d5

View File

@ -2,9 +2,11 @@
If you need to render the content on the server side, e. g. for a blog post that was written with tiptap, youll probably need a way to do just that without an actual editor instance.
<demo name="Api/Schema" />
:::warning Work in progress
Currently, that works only in the browser (client side), but were working on making this available to Node.js (to use it on the server side).
:::
That should work in the browser (client side) and in Node.js (browser side).
<demo name="Api/Schema" />
## Converting JSON<>HTML with PHP