Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/resend/react-email
/ getHighlightNodes
Function
getHighlightNodes
packages/editor/src/extensions/prism-plugin.ts:43–45 ·
view source on GitHub ↗
(html: string)
Source
from the content-addressed store, hash-verified
41
}
42
43
function
getHighlightNodes(html: string) {
44
return
fromHtml(html, { fragment: true }).children;
45
}
46
47
function
registeredLang(aliasOrLanguage: string) {
48
const
allSupportLang = Object.keys(Prism.languages).filter(
Callers
1
getDecorations
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected