mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-10 13:38:39 +00:00
Add support for \lparen
and \rparen
delimiters. (#1741)
* Add support for `\lparen` and `\rparen` delimiters. * Add missing math delimiter. Fix alphabetic order. * Add test. * Add spaces between parenthesis and square brackets.
This commit is contained in:
@@ -1198,6 +1198,7 @@ describe("left/right builder", () => {
|
||||
const cases = [
|
||||
[r`\left\langle \right\rangle`, r`\left< \right>`],
|
||||
[r`\left\langle \right\rangle`, '\\left\u27e8 \\right\u27e9'],
|
||||
[r`\left\lparen \right\rparen`, r`\left( \right)`],
|
||||
];
|
||||
|
||||
for (const [actual, expected] of cases) {
|
||||
|
Reference in New Issue
Block a user