Created
December 25, 2020 22:47
-
-
Save evan-brass/d92df5af08c4de7b7b6d39b7f7b9aaee to your computer and use it in GitHub Desktop.
Revisions
-
evan-brass created this gist
Dec 25, 2020 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,15 @@ 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' ];