mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-08 04:28:41 +00:00
feat: Support \underbar (#2713)
* feat: Support \underbar * Update screenshots
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user