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