scinfu / SwiftSoup

SwiftSoup: Pure Swift HTML Parser, with best of DOM, CSS, and jquery (Supports Linux, iOS, Mac, tvOS, watchOS)
https://scinfu.github.io/SwiftSoup/
MIT License
4.52k stars 345 forks source link

Allow rctext / rcdata tags to self-close. #254

Closed Aloisius closed 9 months ago

Aloisius commented 10 months ago

This fixes #253 - backported from jhy/jsoup#906

scinfu commented 9 months ago

thank you