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

Method space

src/Renderer.ts:21–23  ·  view source on GitHub ↗
(token: Tokens.Space)

Source from the content-addressed store, hash-verified

19 }
20
21 space(token: Tokens.Space): RendererOutput {
22 return '' as RendererOutput;
23 }
24
25 code({ text, lang, escaped }: Tokens.Code): RendererOutput {
26 const langString = (lang || '').match(other.notSpaceStart)?.[0];

Callers 2

blockTokensMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected