From 18ef2b90d591d103ed811e7f81a75e933b2964df Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Fri, 4 Sep 2020 13:30:09 +0200 Subject: [PATCH] add a warning --- docs/src/docPages/api/schema/generate-html.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/src/docPages/api/schema/generate-html.md b/docs/src/docPages/api/schema/generate-html.md index b4f98fd72..5f15647d9 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