Releases: ksylvan/markdown-tree-parser
Releases · ksylvan/markdown-tree-parser
v1.2.1
Full Changelog: https://github.com/ksylvan/markdown-tree-parser/commits/v1.2.1
CHANGES
- 🚀 Launched
markdown-tree-parser
, a new tool for Markdown mastery! - 🌳 Core: AST-based parsing for precise Markdown document manipulation.
- ✂️ Extract sections easily: single, all by level, or nested.
- 🔧 Powerful
md-tree
CLI:explode-doc
,extract
,search
,stats
,toc
! - 🔍 Search nodes with CSS-like selectors for targeted content access.
- 📊 Analyze docs: Get stats, generate TOCs, view document structure.
- 📚 Comprehensive README.md and examples/usage.js guide you through features.
- ⚙️ Automated CI/CD via GitHub Actions ensures quality across Node 18, 20, 22.
- 🤝 Welcoming contributors with CONTRIBUTING.md, LICENSE, and setup.sh!
- ✨ Dev tools integrated: Prettier, ESLint, VSCode settings for consistency.