-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -117,10 +117,11 @@ Inline ANSI: `> Local: [0;36mhttp://localhost:[0;36;1m3000[0;36m/[0m{:ansi}` | |
Install via your terminal: | ||
|
||
```shell | ||
npm install rehype-pretty-code shikiji@^0.7.0 | ||
npm install rehype-pretty-code shikiji@^0.8.0 | ||
``` | ||
|
||
This package is ESM-only and currently supports `shikiji{:.string}` v0.7.x. | ||
This package is ESM-only and currently supports `shikiji{:.string}` | ||
`^0.7.0 || ^0.8.0{:.string}`. | ||
|
||
> **Note:** If you need `CJS` support you should use | ||
> `[email protected]{:.string}`, which uses Shiki instead of Shikiji | ||
|