1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-02 19:52:32 +02:00

Adjust link references to be consistent with other by adding Robot emoji and blockquote

This commit is contained in:
Sunny Hirai
2021-05-20 23:50:18 -07:00
parent 76cfab15b4
commit 53324cb7ca
2 changed files with 4 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ Here's how Mozilla Developer Network explains it:
One important distinction is that the anchor and focus points of ranges **always reference the leaf-level text nodes** in a document and never reference elements. This behavior is different than the DOM, but it simplifies working with ranges as there are fewer edge cases for you to handle.
> 🤖 For more info, check out the [`Range` reference](../api/locations/range.md).
> 🤖 For more info, check out the [Range API reference](../api/locations/range.md).
## Selection