You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asXml(): emit formatting line breaks only where the document contains whitespace (#1158)
Adjacent elements without whitespace in between no longer gain a fabricated
line break, which rendered as a visible space between inline elements after a
parse round-trip. Whitespace-only text nodes now mark where the formatting
break belongs instead of being silently dropped, so the output follows the
whitespace actually present in the document.
Co-authored-by: RBRi <rbri@rbri.de>
0 commit comments