@astrojs/prism
TypeScript icon, indicating that this package has built-in type declarations

3.3.0 • Public • Published

@astrojs/prism

Supports Prism highlighting in Astro projects

Component

This package exports a component to support highlighting inside an Astro file. Example:

---
import { Prism } from '@astrojs/prism';
---

<Prism lang="js" code={`const foo = 'bar';`} />

Internal

This package exports a runHighlighterWithAstro function to highlight while making sure the Astro language is loaded beforehand

import { runHighlighterWithAstro } from '@astrojs/prism';

runHighlighterWithAstro(
  `
  ---
    const helloAstro = 'Hello, Astro!';
  ---

  <div>{helloAstro}</div>
`,
  'astro',
);

/@astrojs/prism/

    Package Sidebar

    Install

    npm i @astrojs/prism

    Weekly Downloads

    549,459

    Version

    3.3.0

    License

    MIT

    Unpacked Size

    12 kB

    Total Files

    10

    Last publish

    Collaborators

    • natemoo-re
    • fredkschott
    • matthewp