MCPcopy Create free account
hub / github.com/Hashnode/starter-kit / render

Function render

packages/utils/renderer/highlight.js:352–356  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

350 ignoreIllegals: () => !0,
351 },
352 render(e) {
353 return e('pre', {}, [
354 e('code', { class: this.className, domProps: { innerHTML: this.highlighted } }),
355 ]);
356 },
357 },
358 R = {
359 install(e) {

Callers

nothing calls this directly

Calls 1

eFunction · 0.70

Tested by

no test coverage detected