add basic text style mark
This commit is contained in:
16
docs/src/docPages/api/marks/text-style.md
Normal file
16
docs/src/docPages/api/marks/text-style.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# Text Style
|
||||
|
||||
## Installation
|
||||
```bash
|
||||
# With npm
|
||||
npm install @tiptap/extension-text-style
|
||||
|
||||
# Or: With Yarn
|
||||
yarn add @tiptap/extension-text-style
|
||||
```
|
||||
|
||||
## Source code
|
||||
[packages/extension-text-style/](https://github.com/ueberdosis/tiptap-next/blob/main/packages/extension-text-style/)
|
||||
|
||||
## Usage
|
||||
<demo name="Marks/TextStyle" />
|
||||
Reference in New Issue
Block a user