diff --git a/README.md b/README.md index 20ca6461..3709f4d1 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ export default { ## Editor Properties -| Property | Type | Default | Description | +| **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. | @@ -52,7 +52,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