# tree-sitter-markdown **Repository Path**: SSHTerm/tree-sitter-markdown ## Basic Information - **Project Name**: tree-sitter-markdown - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: accurate-code-blocks - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-06 - **Last Updated**: 2025-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # tree-sitter-markdown A markdown parser for tree-sitter For now this implements the [CommonMark Spec](https://spec.commonmark.org/). Maybe it will be extended to support [Github flavored markdown](https://github.github.com/gfm/) ## Progress All elements from the CommonMark Spec are implemented. Now fixing remaing failing test cases.