diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c457f32..cb917ae 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -77,7 +77,8 @@ During development, you can use the following commands (listed in `package.json` Here is a general workflow for updating the integrated AGLint version in the VSCode extension. -> **Note**: VSCode extension has its own "integrated" version of AGLint. Technically, this is a bundled version of +> [!NOTE] +> VSCode extension has its own "integrated" version of AGLint. Technically, this is a bundled version of > AGLint with the extension. This is done to avoid the need to install AGLint separately, but the extension is capable > of using the external AGLint version if it is installed by some package manager. diff --git a/README.md b/README.md index ada518b..2736c93 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,8 @@ AGLint integration is done in the following way: extension itself. Usually, it is the latest version of AGLint. The advantage of this approach is that you don't need to install AGLint manually, and you can start using the extension immediately after installation. -> :warning: Please note that the linter is under active development, so it may not work properly for some rules. If you +> [!WARNING] +> Please note that the linter is under active development, so it may not work properly for some rules. If you > find any issues, please report them [here][aglintissues]. We look forward to your feedback, your help is very > important to us!