Files
tiptap/docs/src/docPages/api/utilities/html.md
2021-04-21 15:31:11 +02:00

576 B

HTML

Version Downloads

The utility helps rendering JSON content as HTML without an editor instance, for example on the server side. All it needs is a JSON and an array of extensions.

Source code

packages/html/

Usage