html-parser
html-parser copied to clipboard
Feature Request: to_string_pretty()
Thanks for the great library. I use it for parsing a kind of html (not real html with a lot of custom elements). I could really need a function which allows to create a string, which includes the html structure, but formatted correctly. In this way, I could make the user input formatted automatically.