Skip to content
Compare
Choose a tag to compare
@astrobot-houston astrobot-houston released this 25 Jul 19:18
· 3338 commits to main since this release
db8c040

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]: