diff --git a/README.md b/README.md index 674de83f..9366a7af 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ export default { ## Editor Properties | **Property** | **Type** | **Default** | **Description** | -| --- | :---: | :---: | --- | +| --- | :---: | :---: | --- | | `editable` | `Boolean` | `true` | When set to `false` the editor is read-only. | | `doc` | `Object` | `null` | The editor state object used by Prosemirror. You can also pass HTML to the `content` slot. When used both, the `content` slot will be ignored. | | `extensions` | `Array` | `[]` | A list of extensions used, by the editor. This can be `Nodes`, `Marks` or `Plugins`. | @@ -56,7 +56,7 @@ export default { By default the editor will only support some boring paragraphs. Other nodes and marks are available as **extensions**. There is a package called `tiptap-extensions` with the most basic nodes, marks and plugins. -### Available Extensions +### Available Extensions ```vue