github withastro/astro @astrojs/markdoc@0.4.4

latest releases: astro@4.15.8, @astrojs/mdx@3.1.7, astro@4.15.7...
14 months ago

Patch Changes

  • #7597 7461e82c8 Thanks @alex-sherwin! - Adds an "allowHTML" Markdoc integration option.

    When enabled, all HTML in Markdoc files will be processed, including HTML elements within Markdoc tags and nodes.

    Enable this feature in the markdoc integration configuration:

    // astro.config.mjs
    export default defineConfig({
      integrations: [markdoc({ allowHTML: true })],
    });
  • Updated dependencies [0f677c009, 188eeddd4]:

    • astro@2.9.3

Don't miss a new astro release

NewReleases is sending notifications on new releases.