Created
December 25, 2020 22:47
-
-
Save evan-brass/d92df5af08c4de7b7b6d39b7f7b9aaee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const VOID_TAGS = [ | |
// List from: https://riptutorial.com/html/example/4736/void-elements | |
'area', | |
'base', | |
'br', | |
'hr', | |
'img', | |
'input', | |
'link', | |
'meta', | |
'param', | |
'command', | |
'keygen', | |
'source' | |
]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment