Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/markedjs/marked
/ inline
Method
inline
src/Lexer.ts:295–298 ·
view source on GitHub ↗
(src: string, tokens: Token[] = [])
Source
from the content-addressed store, hash-verified
293
}
294
295
inline(src: string, tokens: Token[] = []) {
296
this.inlineQueue.push({ src, tokens });
297
return
tokens;
298
}
299
300
/**
301
* Lexing/Compiling
Callers
11
marked.ts
File · 0.80
heading
Function · 0.80
tokenizer
Function · 0.80
tokenizer
Function · 0.80
heading
Function · 0.80
paragraph
Function · 0.80
heading
Method · 0.80
table
Method · 0.80
lheading
Method · 0.80
paragraph
Method · 0.80
text
Method · 0.80
Calls
no outgoing calls
Tested by
3
tokenizer
Function · 0.64
heading
Function · 0.64
paragraph
Function · 0.64