astrobot-houston
released this
25 Jul 19:18
·
3338 commits
to main
since this release
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 })], });