MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / parse

Function parse

packages/app-core/src/lib/markdown-table.test.ts:28–32  ·  view source on GitHub ↗
(src: string)

Source from the content-addressed store, hash-verified

26| 3 | 4 |`
27
28function parse(src: string): MarkdownTable {
29 const t = parseTable(src)
30 expect(t).not.toBeNull()
31 return t as MarkdownTable
32}
33
34describe('parseTable', () => {
35 it('parses headers, aligns, and rows', () => {

Callers 1

Calls 1

parseTableFunction · 0.90

Tested by

no test coverage detected