This commit is contained in:
Chris Wanstrath 2025-11-05 14:25:21 -08:00
parent d5b7bc16e0
commit f063621369

View File

@ -33,7 +33,7 @@ export const ribbitGlobals = {
(atNamed = {}, ...args: any[]) => tagFn(Object.assign({}, atDefaults, atNamed), ...args),
nospace: () => NOSPACE_TOKEN,
echo: (...args: any[]) => console.log(...args),
'page-title': '🦐'
'page-title': '🦐 shrimp'
}
for (const name of HTML5_TAGS) {