improve typography extension

This commit is contained in:
Hans Pagel
2020-11-06 15:31:29 +01:00
parent 8c1d7cd160
commit be44c6c6c7
4 changed files with 52 additions and 22 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
```