badness 0.3.0

An LSP, formatter, and linter for LaTeX
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
source: tests/parser.rs
expression: "tree(r\"$^2$\")"
---
ROOT@0..4
  PARAGRAPH@0..4
    INLINE_MATH@0..4
      DOLLAR@0..1 "$"
      MATH@1..3
        CARET@1..2 "^"
        WORD@2..3 "2"
      DOLLAR@3..4 "$"