Skip to content

Commit

Permalink
Adjust link references to be consistent with other by adding Robot em…
Browse files Browse the repository at this point in the history
…oji and blockquote
  • Loading branch information
thesunny committed May 21, 2021
1 parent 76cfab1 commit 53324cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/03-locations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions docs/concepts/04-transforms.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Transforms.move(editor, {
})
```

[Selection Transforms API Reference](../api/transforms.md#selection-transforms)
> 🤖 For more info, check out the [Selection Transforms API Reference](../api/transforms.md#selection-transforms)
## Text Transforms

Expand All @@ -52,7 +52,7 @@ Transforms.delete(editor, {
})
```

[Text Transforms API Reference](../api/transforms.md#text-transforms)
> 🤖 For more info, check out the [Text Transforms API Reference](../api/transforms.md#text-transforms)
## Node Transforms

Expand All @@ -79,7 +79,7 @@ Transforms.moveNodes(editor, {
})
```

[Node Transforms API Reference](../api/transforms.md#node-transforms)
> 🤖 For more info, check out the [Node Transforms API Reference](../api/transforms.md#node-transforms)
## The `at` Option

Expand Down

0 comments on commit 53324cb

Please sign in to comment.