mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 11:48:41 +00:00
Support double-square curly braces (#1953)
* Support double-square curly braces Signed-off-by: ice1000 <ice1000kotlin@foxmail.com> * Rename `llbrace` to `lBrace` * Address comments: add mathml * Fix code style * Fix doc * Add to docs/support_table
This commit is contained in:
@@ -3362,6 +3362,7 @@ describe("Unicode", function() {
|
||||
expect`┌x┐ └x┘`.toBuild();
|
||||
expect("\u231Cx\u231D \u231Ex\u231F").toBuild();
|
||||
expect("\u27E6x\u27E7").toBuild();
|
||||
expect("\\lBrace \\rBrace").toBuild();
|
||||
});
|
||||
|
||||
it("should build some surrogate pairs", function() {
|
||||
|
Reference in New Issue
Block a user