Skip to content

Commit

Permalink
docs: link to code (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
o-az committed Mar 19, 2024
1 parent fa6468e commit 398bed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ const code = highlighter.codeToHtml('const a = 1', {
```

::: info
[Shorthands](#shorthands) are only avaliable in [bundled usage](#bundled-usage). For a fine-grained bundle, you can create your own shorthands using [`createSingletonShorthands`](https://github.com/shikijs/shiki/blob/main/packages/@shikijs/core/src/bundle-factory.ts) or port it yourself.
[Shorthands](#shorthands) are only avaliable in [bundled usage](#bundled-usage). For a fine-grained bundle, you can create your own shorthands using [`createSingletonShorthands`](https://github.com/shikijs/shiki/blob/main/packages/core/src/bundle-factory.ts) or port it yourself.
:::

### Bundle Presets
Expand Down

0 comments on commit 398bed6

Please sign in to comment.