MCPcopy Create free account
hub / github.com/NodeBB/nodebb-plugin-markdown / highlight

Function highlight

public/js/markdown.js:284–290  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

282};
283
284export function highlight(data) {
285 if (data instanceof jQuery.Event) {
286 processHighlight($(data.data.selector));
287 } else {
288 processHighlight(data);
289 }
290};
291
292const aliasMap = new Map();
293

Callers

nothing calls this directly

Calls 1

processHighlightFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…