0.23.0
Release Notes for 0.23.0 (2025-09-28) π
β¨ New Features
- Implemented
Element::attr_refmethod, which returns an&strreference to the attribute value byhtml5ever::LocalName. - Re-exported
html5ever::LocalNameandhtml5ever::local_namefor easier access. - Markdown: Enhanced
<pre>-block parsing by checkingdata-langanddata-languageattributes. (by @justahero) - Markdown: Multiline
<code>blocks are now parsed as<pre>blocks. (by @justahero)
π§ Changes
- Revised
NodeRef::find_descendants(requiresmini_selectorfeature). This method now supports theAdjacent (+)andSibling (~)combinators.
Full Changelog: 0.22.0...0.23.0