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

Function postprocess

test/unit/Hooks.test.js:83–85  ·  view source on GitHub ↗
(html)

Source from the content-addressed store, hash-verified

81 marked.use({
82 hooks: {
83 postprocess(html) {
84 return html + '<h1>postprocess</h1>';
85 },
86 },
87 });
88 const html = marked.parse('*text*');

Callers

nothing calls this directly

Calls 1

timeoutFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…