diff options
Diffstat (limited to '.changeset/popular-berries-travel.md')
-rw-r--r-- | .changeset/popular-berries-travel.md | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/.changeset/popular-berries-travel.md b/.changeset/popular-berries-travel.md deleted file mode 100644 index a3755d267..000000000 --- a/.changeset/popular-berries-travel.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -'@astrojs/markdoc': patch ---- - -Add a built-in extension for syntax highlighting with Prism. Apply to your Markdoc config using the `extends` property: - -```js -// markdoc.config.mjs -import { defineMarkdocConfig } from '@astrojs/markdoc/config'; -import prism from '@astrojs/markdoc/prism'; - -export default defineMarkdocConfig({ - extends: [prism()], -}) -``` - -Learn more in the [`@astrojs/markdoc` README.](https://docs.astro.build/en/guides/integrations-guide/markdoc/#syntax-highlighting) |