13.0.2
-
b0b1ba5 Fix to sanitize by default
The docs have always saidremark-html
is safe by default. It wasn’t and this patches that.If you do want to be unsafe, use
remark-html
withsanitize: false
:- .use(remarkHtml) + .use(remarkHtml, {sanitize: false})
Full Changelog: 13.0.1...13.0.2