astro-ghostcms/.pnpm-store/v3/files/dc/d50f648a5a6525e93f4dd014563...

28 lines
316 B
Plaintext

/**
* List of HTML void tag names.
*
* @type {Array<string>}
*/
export const htmlVoidElements = [
'area',
'base',
'basefont',
'bgsound',
'br',
'col',
'command',
'embed',
'frame',
'hr',
'image',
'img',
'input',
'keygen',
'link',
'meta',
'param',
'source',
'track',
'wbr'
]