Skip to content

Commit

Permalink
docs: fix links in features/shiki-magic-move.md (#1770)
Browse files Browse the repository at this point in the history
* Fix links by pointing them to features

* Use LinkInline component to match style of other documentation
  • Loading branch information
coravacav authored Jul 21, 2024
1 parent 17b44ad commit f943325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/shiki-magic-move.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ console.log(`Step ${3}` as string)
````
`````

It's also possible to mix Magic Move with [line highlighting](#line-highlighting) and [line numbers](#line-numbers), for example:
It's also possible to mix Magic Move with <LinkInline link="features/line-highlighting" /> and <LinkInline link="features/code-block-line-numbers" />, for example:

`````md
````md magic-move {at:4, lines: true} // [!code hl]
Expand Down

0 comments on commit f943325

Please sign in to comment.