417 B
417 B
@astrojs/mdx |
---|
minor |
Support rehype plugins that inject namespaced attributes. This introduces a breaking change if you use custom components for HTML elements, where the prop passed to the component will be normal HTML casing, e.g. class
instead of className
, and xlink:href
instead of xlinkHref
.