A mammoth 10k-line patch just merged to main for markdown-neuraxis - a complete replacement of markdown parsing engine

https://github.com/timabell/markdown-neuraxis/commit/40b10877e84a19c4699282026fecaddf66db0941

This should prove a good foundation for the ambitious goals of the project.

#PKMS #Markdown #FOSS #RustLang

refactor: Replace treesitter parser with rowan parser · timabell/markdown-neuraxis@40b1087

Complete rewrite of the parsing engine having run into the limitations of the pre-built treesitter-markdown parser. See new ADR-12 added in this commit for details of this decision

GitHub