Parse and manipulate markdown files as tree structures
A powerful JavaScript library and CLI tool for parsing and manipulating markdown files as tree structures using the remark/unified ecosystem
markdown-tree-parser$ markdown-tree-parser parse document.md$ markdown-tree-parser extract --level 2 document.md$ markdown-tree-parser transform input.md --output output.md