Skip to content

Commit

Permalink
Add support for void HTML tags like <img> (#16)
Browse files Browse the repository at this point in the history
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
dmsnell authored Apr 19, 2017
1 parent 44bf68e commit 84305a8
Show file tree
Hide file tree
Showing 2 changed files with 180 additions and 116 deletions.
Loading

0 comments on commit 84305a8

Please sign in to comment.