MCPcopy Create free account

hub / github.com/markedjs/marked / functions

Functions231 in github.com/markedjs/marked

↓ 1 callersFunctiongetStdin
* Helpers
bin/main.js:241
↓ 1 callersFunctiongetSystemTheme
()
docs/js/index.js:25
↓ 1 callersFunctiongetSystemTheme
()
docs/demo/demo.js:88
↓ 1 callersFunctiongetTitle
docs/build.js:20
↓ 1 callersFunctionhandleInput
()
docs/demo/demo.js:290
↓ 1 callersFunctionhandleInputChange
()
docs/demo/demo.js:305
↓ 1 callersFunctionhandleOutputChange
()
docs/demo/demo.js:309
↓ 1 callersFunctionhelp
* Man Page
bin/main.js:26
↓ 1 callersFunctionindentCodeCompensation
(raw: string, text: string, rules: Rules)
src/Tokenizer.ts:32
↓ 1 callersFunctioninit
()
docs/build.js:47
↓ 1 callersFunctionisUppercase
docs/build.js:19
↓ 1 callersFunctionjsonString
(input, level)
docs/demo/worker.js:84
↓ 1 callersMethodlheading
(src: string)
src/Tokenizer.ts:588
↓ 1 callersMethodlist
(src: string)
src/Tokenizer.ts:238
↓ 1 callersFunctionloadVersion
(ver)
docs/demo/worker.js:131
↓ 1 callersFunctionmain
(nodeProcess)
bin/main.js:22
↓ 1 callersFunctionmergeOptions
(options)
docs/demo/worker.js:34
↓ 1 callersMethodonError
(silent: boolean, async: boolean)
src/Instance.ts:371
↓ 1 callersFunctionopenMobileMenu
()
docs/js/index.js:165
↓ 1 callersFunctionparseArg
* Argument Parsing
test/bench.js:119
↓ 1 callersMethodparseMarkdown
(blockType: boolean)
src/Instance.ts:297
↓ 1 callersMethodpostprocess
* Process HTML after marked is finished
src/Hooks.ts:38
↓ 1 callersMethodpreprocess
* Process markdown before marked
src/Hooks.ts:31
↓ 1 callersFunctionprettyElapsedTime
* returns time to millisecond granularity * @param hrtimeElapsed {bigint}
test/bench.js:206
↓ 1 callersMethodprocessAllTokens
* Process all tokens before walk tokens
src/Hooks.ts:45
↓ 1 callersFunctionpropsToString
(obj)
test/rules.js:32
↓ 1 callersMethodprovideLexer
* Provide function to tokenize markdown
src/Hooks.ts:59
↓ 1 callersMethodprovideParser
* Provide function to parse tokens
src/Hooks.ts:66
↓ 1 callersFunctionreadStoredPreference
()
docs/js/index.js:36
↓ 1 callersFunctionreadStoredPreference
()
docs/demo/demo.js:99
↓ 1 callersMethodreflink
(src: string, links: Links)
src/Tokenizer.ts:726
↓ 1 callersFunctionremoveFiles
(dir)
test/update-specs.js:10
↓ 1 callersFunctionrunBench
(options)
test/bench.js:27
↓ 1 callersFunctionrunConfig
(file)
bin/main.js:176
↓ 1 callersFunctionrunTest
()
test/unit/marked.test.js:601
↓ 1 callersFunctionsanitisePreference
(value)
docs/js/index.js:32
↓ 1 callersFunctionsanitisePreference
(value)
docs/demo/demo.js:95
↓ 1 callersFunctionsearchToObject
()
docs/demo/demo.js:350
↓ 1 callersFunctionsetInitialOutputType
()
docs/demo/demo.js:263
↓ 1 callersFunctionsetInitialQuickref
()
docs/demo/demo.js:218
↓ 1 callersFunctionsetInitialText
()
docs/demo/demo.js:204
↓ 1 callersFunctionsetInitialVersion
()
docs/demo/demo.js:226
↓ 1 callersFunctionsetParsed
(parsed, lexed)
docs/demo/demo.js:476
↓ 1 callersFunctionsetResponseTime
(ms)
docs/demo/demo.js:454
↓ 1 callersFunctionsplitCells
(tableRow: string, count?: number)
src/helpers.ts:38
↓ 1 callersFunctionstart
* Main
bin/main.js:60
↓ 1 callersMethodtag
(src: string)
src/Tokenizer.ts:640
↓ 1 callersFunctiontestInput
({ args = [], stdin = '', stdinError = '', stdout = '', stderr = '', code = 0 } = {})
test/unit/bin.test.js:45
↓ 1 callersFunctionuniqueWorkerMessageId
()
docs/demo/demo.js:546
↓ 1 callersFunctionupdateCommonmark
(dir, options)
test/update-specs.js:16
↓ 1 callersFunctionupdateGfm
(dir)
test/update-specs.js:39
↓ 1 callersFunctionupdateToggle
(preference)
docs/js/index.js:65
↓ 1 callersFunctionupdateToggle
(preference)
docs/demo/demo.js:128
↓ 1 callersMethodurl
(src: string)
src/Tokenizer.ts:933
↓ 1 callersFunctionversion
()
bin/main.js:52
↓ 1 callersFunctionwalkTokens
(token)
test/unit/marked.test.js:452
↓ 1 callersFunctionworkerTimeout
(seconds)
docs/demo/demo.js:554
↓ 1 callersFunctionwriteStoredPreference
(preference)
docs/js/index.js:48
↓ 1 callersFunctionwriteStoredPreference
(preference)
docs/demo/demo.js:111
Methodblockquote
(src: string)
src/Tokenizer.ts:149
Methodbr
()
src/TextRenderer.ts:41
Methodbr
(src: string)
src/Tokenizer.ts:842
Methodcheckbox
({ raw }: Tokens.Checkbox)
src/TextRenderer.ts:45
Methodcode
(src: string)
src/Tokenizer.ts:82
Functioncodespan
(src)
test/types/marked.ts:161
Methodcodespan
({ text }: Tokens.Codespan)
src/TextRenderer.ts:17
Methodcodespan
(src: string)
src/Tokenizer.ts:825
Methodconstructor
(options?: MarkedOptions<ParserOutput, RendererOutput>)
src/Lexer.ts:23
Methodconstructor
(...args: MarkedExtension<ParserOutput, RendererOutput>[])
src/Instance.ts:44
Methodconstructor
(options?: MarkedOptions<ParserOutput, RendererOutput>)
src/Renderer.ts:17
Methodconstructor
(options?: MarkedOptions<ParserOutput, RendererOutput>)
src/Parser.ts:14
Methodconstructor
(options?: MarkedOptions<ParserOutput, RendererOutput>)
src/Tokenizer.ts:68
Methodconstructor
(options?: MarkedOptions<ParserOutput, RendererOutput>)
src/Hooks.ts:11
Functiondebounced
(...args)
docs/js/index.js:275
Methoddef
(src: string)
src/Tokenizer.ts:509
Methoddel
({ text }: Tokens.Del)
src/TextRenderer.ts:21
Methoddel
(src: string, maskedSrc: string, prevChar = '')
src/Tokenizer.ts:852
Functiondingus
(req, res)
api/dingus.js:7
Methodem
({ text }: Tokens.Em)
src/TextRenderer.ts:13
MethodemStrongMask
* Mask contents that should not be interpreted as em/strong delimiters
src/Hooks.ts:52
FunctiongetEscapeReplacement
(ch: string)
src/helpers.ts:13
FunctionhandleClearClick
()
docs/demo/demo.js:298
FunctionhandleIframeLoad
()
docs/demo/demo.js:269
FunctionhandleSystemChange
()
docs/js/index.js:108
FunctionhandleSystemChange
()
docs/demo/demo.js:171
FunctionhandleVersionChange
()
docs/demo/demo.js:294
Functionheading
({ tokens, depth })
test/types/marked.ts:134
Functionheading
(src)
test/unit/marked.test.js:543
Functionheading
()
test/unit/instance.test.js:10
Methodheading
(src: string)
src/Tokenizer.ts:113
Functionhr
()
test/unit/marked.test.js:119
Methodhr
(src: string)
src/Tokenizer.ts:139
Functionhtml
()
test/types/marked.ts:404
Functionhtml
()
test/unit/marked.test.js:880
Methodhtml
({ text }: Tokens.HTML | Tokens.Tag)
src/TextRenderer.ts:25
Methodhtml
(src: string)
src/Tokenizer.ts:494
Methodimage
({ text }: Tokens.Image)
src/TextRenderer.ts:37
Methodlink
({ text }: Tokens.Link)
src/TextRenderer.ts:33
Methodlink
(src: string)
src/Tokenizer.ts:665
Functionlistitem
({ text, task, checked })
test/types/marked.ts:141
← previousnext →101–200 of 231, ranked by callers