dart-lang / html

Dart port of html5lib. For parsing HTML/HTML5 with Dart. Works in the client and on the server.
https://pub.dev/packages/html
Other
276 stars 58 forks source link

How can i get a <img /> instead of <img> #203

Open Montaro2017 opened 1 year ago

Montaro2017 commented 1 year ago

When I use Element.outerHtml, I got <img> not <img/>. how can i get <img/>