diff --git a/docs/src/docPages/api/schema/generate-html.md b/docs/src/docPages/api/schema/generate-html.md index b4f98fd7..5f15647d 100644 --- a/docs/src/docPages/api/schema/generate-html.md +++ b/docs/src/docPages/api/schema/generate-html.md @@ -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, you’ll probably need a way to do just that without an actual editor instance. - +:::warning Work in progress +Currently, that works only in the browser (client side), but we’re 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). + ## Converting JSON<>HTML with PHP