Skip to content

Commit

Permalink
docs: update github syntax of note
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 committed Jun 10, 2024
1 parent 02807bb commit 883408b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Default: `gzip`

The compression algorithm/function.

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

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

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

Prepare compressed versions of assets using `zopfli` library.

> **Note**
> [!NOTE]
>
> `@gfx/zopfli` require minimum `8` version of `node`.
Expand Down Expand Up @@ -502,7 +502,7 @@ module.exports = {
};
```

**Note** Brotli’s `BROTLI_PARAM_QUALITY` option is functionally equivalent to zlib’s `level` option.
[!NOTE] Brotli’s `BROTLI_PARAM_QUALITY` option is functionally equivalent to zlib’s `level` option.
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).

### Multiple compressed versions of assets for different algorithm
Expand Down

0 comments on commit 883408b

Please sign in to comment.