Skip to content

Commit

Permalink
change: Prism ain't an integration note
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Rainsberger <[email protected]>
  • Loading branch information
bholmesdev and sarah11918 authored Mar 24, 2022
1 parent cb1ab0d commit 5d87ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/en/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ import Prism from '@astrojs/prism/component';
---
```

Since the `@astrojs/prism` package is still bundled with `astro` core, you won't need to install anything new! However, note that we _do_ plan to extract `@astrojs/prism` (and Prism syntax highlighting in general) to a separate, installable package in the future. See [the `<Prism />` component API reference](/en/reference/api-reference#prism-) for more.
Since the `@astrojs/prism` package is still bundled with `astro` core, you won't need to install anything new, nor add Prism as an integration! However, note that we _do_ plan to extract `@astrojs/prism` (and Prism syntax highlighting in general) to a separate, installable package in the future. See [the `<Prism />` component API reference](/en/reference/api-reference#prism-) for more.

### CSS Parser Upgrade

Expand Down

0 comments on commit 5d87ba5

Please sign in to comment.