MCPcopy 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
43function getHighlightNodes(html: string) {
44 return fromHtml(html, { fragment: true }).children;
45}
46
47function registeredLang(aliasOrLanguage: string) {
48 const allSupportLang = Object.keys(Prism.languages).filter(

Callers 1

getDecorationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected