feat: Support \underbar (#2713)

* feat: Support \underbar

* Update screenshots
This commit is contained in:
Ron Kok
2020-12-30 07:15:17 -08:00
committed by GitHub
parent cd9ee27ac6
commit 1f509a3b75
8 changed files with 7 additions and 2 deletions

View File

@@ -2163,6 +2163,7 @@ describe("An accent parser", function() {
expect`\vec{x^2}`.toParse();
expect`\vec{x}^2`.toParse();
expect`\vec x`.toParse();
expect("\\underbar{X}").toParse();
});
it("should produce accents", function() {