MCPcopy Create free account
hub / github.com/anus-dev/ANUS / parseMarkdown

Function parseMarkdown

packages/core/src/utils/memoryImportProcessor.test.ts:42–42  ·  view source on GitHub ↗
(content: string)

Source from the content-addressed store, hash-verified

40
41// Helper functions using marked for parsing and validation
42const parseMarkdown = (content: string) => marked.lexer(content);
43
44const findMarkdownComments = (content: string): string[] => {
45 const tokens = parseMarkdown(content);

Callers 3

findMarkdownCommentsFunction · 0.85
findCodeBlocksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected