You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read all the tree-sitter docs if it relates to using the parser
I have searched the existing issues
Tree-Sitter CLI Version, if relevant (output of tree-sitter --version)
v0.22.6 (via nvim 0.10.0)
Describe the bug
The markdown parser is described as "…CommonMark Spec, but some extensions…are also included.".
One of those extensions must be Inline latex, as pictured in the example screenshot. This isn't part of CommonMark, but is also not listed in the Extensions list.
It'd be nice to have a linked spec for the inline latex, to (easily) understand what it can and can't do. Is it from Pandoc?
Thanks!
Steps To Reproduce/Bad Parse Tree
n/a
Expected Behavior/Parse Tree
n/a
Repro
n/a
The text was updated successfully, but these errors were encountered:
Did you check existing issues?
Tree-Sitter CLI Version, if relevant (output of
tree-sitter --version
)v0.22.6 (via nvim 0.10.0)
Describe the bug
The markdown parser is described as "…CommonMark Spec, but some extensions…are also included.".
One of those extensions must be Inline latex, as pictured in the example screenshot. This isn't part of CommonMark, but is also not listed in the Extensions list.
It'd be nice to have a linked spec for the inline latex, to (easily) understand what it can and can't do. Is it from Pandoc?
Thanks!
Steps To Reproduce/Bad Parse Tree
n/a
Expected Behavior/Parse Tree
n/a
Repro
n/a
The text was updated successfully, but these errors were encountered: