7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript524 forks (524 forks)auto 404
good first issuehelp wanted
Repository metrics
- Stars
- 3,078 stars (3,078 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Contributor guide
- Research direction
- Study existing node parsers in the codebase, especially the HTML or text parsers, and implement a MarkdownElementNodeParser that extracts markdown elements (headings, code blocks, lists) from raw markdown. Reference the Python implementation at the linked documentation.
- Tech stack
- typescript
- Domain
- databackend
- Issue type
- Feature
- Prerequisites
- TypeScript