Merge branch 'main' of https://github.com/ueberdosis/tiptap
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
[](https://www.npmjs.com/package/@tiptap/extension-table-header)
|
[](https://www.npmjs.com/package/@tiptap/extension-table-header)
|
||||||
[](https://npmcharts.com/compare/@tiptap/extension-table-header?minimal=true)
|
[](https://npmcharts.com/compare/@tiptap/extension-table-header?minimal=true)
|
||||||
|
|
||||||
Table headers are actually. But come on, you want them, don’t you? If you don’t want them, update the `content` attribute of the [`TableRow`](/api/nodes/table-row) extension, like this:
|
Table headers are optional. But come on, you want them, don’t you? If you don’t want them, update the `content` attribute of the [`TableRow`](/api/nodes/table-row) extension, like this:
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// Table rows without table headers
|
// Table rows without table headers
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Default text editor
|
# Default text editor
|
||||||
Did we mention that you have full control over the rendering of the editor? Here is barebones example without any styling, but packed with a whole set of common extensions.
|
Did we mention that you have full control over the rendering of the editor? Here is a barebones example without any styling, but packed with a whole set of common extensions.
|
||||||
|
|
||||||
<demos :items="{
|
<demos :items="{
|
||||||
Vue: 'Examples/Default/Vue',
|
Vue: 'Examples/Default/Vue',
|
||||||
|
|||||||
@@ -127,4 +127,4 @@ We’re about to go through a few cases to help with that, for example we provid
|
|||||||
[Share your experiences with us!](mailto:humans@tiptap.dev) We’d like to add more information here.
|
[Share your experiences with us!](mailto:humans@tiptap.dev) We’d like to add more information here.
|
||||||
|
|
||||||
## Security
|
## Security
|
||||||
There is no reason to use on or the other because of security concerns. If someone wants to send malicious content to your server, it doesn’t matter if it’s JSON or HTML. It doesn’t even matter if you’re using tiptap or not. You should always validate user input.
|
There is no reason to use one or the other because of security concerns. If someone wants to send malicious content to your server, it doesn’t matter if it’s JSON or HTML. It doesn’t even matter if you’re using tiptap or not. You should always validate user input.
|
||||||
|
|||||||
Reference in New Issue
Block a user