Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/markedjs/marked
/ marked.ts
File
marked.ts
src/marked.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ _Lexer } from
'./Lexer.ts'
;
2
import
{ _Parser } from
'./Parser.ts'
;
3
import
{ _Tokenizer } from
'./Tokenizer.ts'
;
4
import
{ _Renderer } from
'./Renderer.ts'
;
Callers
nothing calls this directly
Calls
4
changeDefaults
Function · 0.90
setOptions
Method · 0.80
use
Method · 0.80
walkTokens
Method · 0.80
Tested by
no test coverage detected