MCPcopy Create free account
hub / github.com/Effect-TS/effect / isForbiddenMarkdownHeading

Function isForbiddenMarkdownHeading

packages/tools/jsdocs/src/Jsdocs.ts:1423–1425  ·  view source on GitHub ↗
(line: string, inFence: boolean)

Source from the content-addressed store, hash-verified

1421}
1422
1423function isForbiddenMarkdownHeading(line: string, inFence: boolean): boolean {
1424 return !inFence && /^#{1,6}\s+/.test(line.trim())
1425}
1426
1427function parseSeeTag(value: string): ParsedSeeTag {
1428 return { text: value, links: extractParsedInlineLinks(value) }

Callers 3

parseDescriptionContentFunction · 0.85
parseSectionFunction · 0.85
isHeadingLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected