MCPcopy
hub / github.com/NotionX/react-notion-x / getTitle

Function getTitle

packages/notion-x-to-md/src/block.ts:396–398  ·  view source on GitHub ↗
(block: Block, recordMap: ExtendedRecordMap)

Source from the content-addressed store, hash-verified

394}
395
396function getTitle(block: Block, recordMap: ExtendedRecordMap): string {
397 return decorationsToMarkdown(block.properties?.title ?? [], recordMap)
398}
399
400function prefixLines(text: string, prefix: string): string {
401 return text

Callers 1

renderBlockFunction · 0.85

Calls 1

decorationsToMarkdownFunction · 0.90

Tested by

no test coverage detected