File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ to remove it.
4040
4141Next, try to do the same with arbitrary motion and by replacing ` b ` with ` i `
4242for italics, ` s ` for strike-through, ` c ` for code, etc.
43+
44+ You can also highlight text with ` <localleader>h ` . However, the highlight is
45+ not persistent. As usual, you can remove the highlight with ` <localleader>d ` .
46+
4347See ` markdown-extras-mappings ` for all the possible text styles.
4448
4549## Links
@@ -53,8 +57,8 @@ newly created link. Hit `K`. Then, hit `<enter>` again to open the link.
5357The link can also be external URL: s , e.g. ` https://example.com ` .
5458
5559Next, create some new links and use ` <localleader>n ` and ` <localleader>N ` to
56- locate their position in the current buffer. When on a link, hit
57- ` <localleader>d ` to remove it .
60+ locate their position in the current buffer. When on a link text , hit
61+ ` <localleader>d ` to remove the link .
5862
5963Although you can hit ` <enter> ` to link a word, more generlly you can
6064use ` <localleader>l ` plus some motion to create links.
You can’t perform that action at this time.
0 commit comments