docs: update deprecated blockquote highlight syntax (#19974)

This commit is contained in:
Turiiya 2023-11-23 12:33:33 +01:00 committed by GitHub
parent 2a6c1d9074
commit c80515465e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 15 additions and 15 deletions

View file

@ -95,7 +95,7 @@ V is constantly being updated. To update V, simply run:
v up
```
> **Note**
> [!NOTE]
> If you run into any trouble, or you have a different operating
> system or Linux distribution that doesn't install or work immediately, please see
> [Installation Issues](https://github.com/vlang/v/discussions/categories/installation-issues)
@ -123,7 +123,7 @@ Otherwise, follow these instructions:
### Symlinking
> **Note**
> [!NOTE]
> It is *highly recommended*, that you put V on your PATH. That saves
> you the effort to type in the full path to your v executable every time.
> V provides a convenience `v symlink` command to do that more easily.
@ -149,7 +149,7 @@ v symlink
That will make V available everywhere, by adding it to your PATH. Please restart your
shell/editor after that, so that it can pick up the new PATH variable.
> **Note**
> [!NOTE]
> There is no need to run `v symlink` more than once - v will still be available, even after
> `v up`, restarts, and so on. You only need to run it again if you decide to move the V repo
> folder somewhere else.