controls attribute for video element is not rendered for markdoc #12409
Labels
- P3: minor bug
An edge case that only affects very specific usage (priority)
pkg: markdoc
Related to the `@astrojs/markdoc` package (scope)
Astro Info
Describe the Bug
when you include a
video
element withcontrols
attribute, thecontrol
attribute is not rendered in final html. It works with astro@4What's the expected result?
It should render correctly as it is a valid attribute. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#controls
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-kq641b?file=src%2Fcontent%2Fdocs%2Fintro.mdoc
Participation
The text was updated successfully, but these errors were encountered: