Skip to content

Commit

Permalink
fix notes style
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaleleka committed Nov 7, 2023
1 parent 4ac623b commit fede791
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit fede791

Please sign in to comment.