Merge branch 'main' into feature/text-style-mark

This commit is contained in:
Hans Pagel
2020-11-06 16:06:40 +01:00
33 changed files with 377 additions and 344 deletions

View File

@@ -5,10 +5,10 @@ Type `==two equal signs==` and it will magically transform to <mark>highlighted<
## Installation
```bash
# With npm
# with npm
npm install @tiptap/extension-highlight
# Or: With Yarn
# with Yarn
yarn add @tiptap/extension-highlight
```