Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for void HTML tags like
<img>
(#16)
Previously <img> would have been detected as an HTML_Tag_Open but in reality since it can't have any children it is necessarily a complete but empty/void tag. Now this returns as a complete tag.
- Loading branch information