update content

This commit is contained in:
Hans Pagel
2020-10-30 14:24:16 +01:00
parent f5763b8cc0
commit 25f4078996
36 changed files with 131 additions and 107 deletions

View File

@@ -9,10 +9,10 @@ The extension will generate the corresponding `<strong>` HTML tags when reading
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-bold
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-bold
```