Skip to content

Instantly share code, notes, and snippets.

@evan-brass
Created December 25, 2020 22:47
Show Gist options
  • Save evan-brass/d92df5af08c4de7b7b6d39b7f7b9aaee to your computer and use it in GitHub Desktop.
Save evan-brass/d92df5af08c4de7b7b6d39b7f7b9aaee to your computer and use it in GitHub Desktop.
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