1
0
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:
Andreas Mischke
2018-02-01 15:33:49 +01:00
committed by Zach Schneider
parent 566c71c1d1
commit 0ef7b116f1

View File

@@ -5,7 +5,7 @@
import { Mark } from 'slate' 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 ## Properties