Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/markedjs/marked
/ functions
Functions
233 in github.com/markedjs/marked
⨍
Functions
233
◇
Types & classes
50
Function
listitem
({ text, task, checked })
test/types/marked.ts:141
Function
maskDollarSign
(src)
test/unit/marked.test.js:201
Function
maskEqualSign
(src)
test/unit/marked.test.js:200
Method
maskReflink
(match0: string)
src/Lexer.ts:348
Function
paragraph
()
test/unit/marked.test.js:808
Method
paragraph
(src: string)
src/Tokenizer.ts:622
Function
parse
(markdown, options)
test/run-spec-tests.js:6
Function
parserNumber
(tokens: Token[], options?: MarkedOptions<number, number>)
test/types/marked.ts:408
Function
postprocess
(html)
test/types/marked.ts:332
Function
postprocess
(html)
test/unit/Hooks.test.js:83
Function
preprocess
(markdown)
test/types/marked.ts:326
Function
preprocess
(markdown)
test/unit/Hooks.test.js:27
Function
processAllTokens
(tokens)
test/types/marked.ts:339
Function
processAllTokens
(tokens)
test/unit/Hooks.test.js:111
Function
provideLexer
()
test/types/marked.ts:346
Function
provideLexer
()
test/unit/Hooks.test.js:197
Function
provideParser
()
test/types/marked.ts:349
Function
provideParser
()
test/unit/Hooks.test.js:258
Function
renderer
(t)
test/types/marked.ts:207
Function
renderer
(token)
test/unit/marked.test.js:90
Method
rules
* Expose Rules
src/Lexer.ts:65
Function
setInitialOptions
()
docs/demo/demo.js:255
Method
space
(src: string)
src/Tokenizer.ts:92
Function
start
(src)
test/unit/marked.test.js:107
Method
strong
({ text }: Tokens.Strong)
src/TextRenderer.ts:9
Method
table
(src: string)
src/Tokenizer.ts:545
Method
text
({ text }: Tokens.Text | Tokens.Escape | Tokens.Tag)
src/TextRenderer.ts:29
Method
text
(src: string)
src/Tokenizer.ts:637
Function
tokenizer
(src: string)
test/types/marked.ts:189
Function
tokenizer
(src)
test/unit/marked.test.js:79
Function
useExtension
* Registers extensions with the default Marked instance. * * The `renderer`, `tokenizer`, and `hooks` objects may each contain only the * methods t
src/marked.ts:101
Function
walkTokens
(token)
test/types/marked.ts:245
Function
walkTokens
(token)
test/unit/Hooks.test.js:116
← previous
201–233 of 233, ranked by callers