Open
Description
In https://github.com/MDeiml/tree-sitter-markdown sections are represented structurally in the AST. This allows things like https://github.com/nvim-treesitter/nvim-treesitter-context to leverage this structure to provide contexts.
Proposal
Make the current column_heading
or h1
node the beginning of a block and nest everything under until the next column_heading
or h1
.