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
Auto merge of #359 - vvilhonen:vvilhonen/expose-htmlserializer-for-customizing-output, r=jdm
Expose HtmlSerializer for customizing output
This allows 3rd party crates to customize the output without duplicating all the serialization logic. I'm using it myself to pretty print transformed html, where I don't care that the added whitespace changes the meaning of the document.
0 commit comments