MCPcopy
hub / github.com/markedjs/marked / renderer

Function renderer

test/unit/marked.test.js:77–79  ·  view source on GitHub ↗
(token)

Source from the content-addressed store, hash-verified

75 }
76 },
77 renderer(token) {
78 return `<u>${token.text}</u>\n`;
79 },
80 };
81 marked.use({ extensions: [underline] });
82 let html = marked.parse('Not Underlined\n:Underlined\nNot Underlined');

Callers

nothing calls this directly

Calls 2

parseInlineMethod · 0.80
parseMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…