github withastro/astro @astrojs/markdown-satteri@0.3.0-alpha.0

latest releases: astro@7.0.0-alpha.2, @astrojs/svelte@9.0.0-alpha.2
pre-release9 hours ago

Minor Changes

  • #16969 4a31f90 Thanks @Princesseuh! - Adds support for Prism syntax highlighting to the Sätteri Markdown and MDX processors. Setting markdown.syntaxHighlight to 'prism' now highlights your code blocks with Prism.

    // astro.config.mjs
    import { satteri } from '@astrojs/markdown-satteri';
    
    export default defineConfig({
      markdown: {
        processor: satteri(),
        syntaxHighlight: 'prism',
      },
    });

Don't miss a new astro release

NewReleases is sending notifications on new releases.