Skip to content

Commit bd78850

Browse files
docs: change note, and warning syntax
Changed syntax for `note` and `warning` as mkdocs does not support it. I will later try to enable the original github markdown syntax.
1 parent e333fa5 commit bd78850

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ There are several ways to install Slyde: [installing an npm package](#npm-packag
3535

3636
### NPM package installation
3737

38-
> [!NOTE]
39-
> This might require a token from GitHub to function.
38+
NOTE:
39+
This might require a token from GitHub to function.
4040

4141
To install Slyde using npm from [GitHub' NPM registry](https://npm.pkg.github.com/), run the following command:
4242

@@ -56,8 +56,8 @@ docker run --volume "$PWD:/src" --rm ghcr.io/tygo-van-den-hurk/slyde:latest comp
5656

5757
### Building from source
5858

59-
> [!WARNING]
60-
> This option is not recommended even if you chose to install `--global` as this makes your system harder to replicate. The previous options are recommended for almost all use cases.
59+
WARNING:
60+
This option is not recommended even if you chose to install `--global` as this makes your system harder to replicate. The previous options are recommended for almost all use cases.
6161

6262
You can install slyde as a dependency to your project, run the following commands:
6363

0 commit comments

Comments
 (0)