Skip to content

Commit 195f4db

Browse files
authored
docs: update github syntax of note (#392)
1 parent 02807bb commit 195f4db

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Default: `gzip`
171171

172172
The compression algorithm/function.
173173

174-
> **Note**
174+
> [!NOTE]
175175
>
176176
> If you use custom function for the `algorithm` option, the default value of the `compressionOptions` option is `{}`.
177177
@@ -234,7 +234,7 @@ Compression options for `algorithm`.
234234

235235
You can find all options here [zlib](https://nodejs.org/api/zlib.html#zlib_class_options).
236236

237-
> **Note**
237+
> [!NOTE]
238238
>
239239
> If you use custom function for the `algorithm` option, the default value is `{}`.
240240
@@ -441,7 +441,7 @@ module.exports = {
441441

442442
Prepare compressed versions of assets using `zopfli` library.
443443

444-
> **Note**
444+
> [!NOTE]
445445
>
446446
> `@gfx/zopfli` require minimum `8` version of `node`.
447447
@@ -502,7 +502,7 @@ module.exports = {
502502
};
503503
```
504504

505-
**Note** Brotli’s `BROTLI_PARAM_QUALITY` option is functionally equivalent to zlib’s `level` option.
505+
[!NOTE] Brotli’s `BROTLI_PARAM_QUALITY` option is functionally equivalent to zlib’s `level` option.
506506
You can find all Brotli’s options in [the relevant part of the zlib module documentation](https://nodejs.org/api/zlib.html#zlib_class_brotlioptions).
507507

508508
### Multiple compressed versions of assets for different algorithm

0 commit comments

Comments
 (0)