remove gridsome
This commit is contained in:
16
docs/api/utilities/html.md
Normal file
16
docs/api/utilities/html.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# HTML
|
||||
[](https://www.npmjs.com/package/@tiptap/html)
|
||||
[](https://npmcharts.com/compare/@tiptap/html?minimal=true)
|
||||
|
||||
The utility helps rendering JSON content as HTML, and generating JSON from HTML, without an editor instance, for example on the server side.
|
||||
|
||||
All it needs is JSON or a HTML string, and a list of extensions.
|
||||
|
||||
## Source code
|
||||
[packages/html/](https://github.com/ueberdosis/tiptap/blob/main/packages/html/)
|
||||
|
||||
## Generate HTML from JSON
|
||||
<tiptap-demo name="GuideContent/GenerateHTML"></tiptap-demo>
|
||||
|
||||
## Generate JSON from HTML
|
||||
<tiptap-demo name="GuideContent/GenerateJSON"></tiptap-demo>
|
||||
Reference in New Issue
Block a user