mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-26 08:34:28 +02:00
Fix broken "Characters" link (#1586)
Link was pointing to `./mark.md`, now points to `./character.md`
This commit is contained in:
committed by
Zach Schneider
parent
566c71c1d1
commit
0ef7b116f1
@@ -5,7 +5,7 @@
|
||||
import { Mark } from 'slate'
|
||||
```
|
||||
|
||||
A formatting mark that can be associated with [`Characters`](./mark.md). Marks are how Slate represents rich formatting like **bold** or _italic_.
|
||||
A formatting mark that can be associated with [`Characters`](./character.md). Marks are how Slate represents rich formatting like **bold** or _italic_.
|
||||
|
||||
|
||||
## Properties
|
||||
|
Reference in New Issue
Block a user