From bfef7f985a071beaad3dc856bc6bb08a0d5435a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20K=C3=BChn?= Date: Fri, 24 Aug 2018 09:35:59 +0200 Subject: [PATCH] update readme --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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