mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-08 04:28:41 +00:00
feat: support Unicode ◯, U+25EF (#2430)
* Support Unicode U+25EF \bigcirc * Update documentation
This commit is contained in:
@@ -3653,7 +3653,7 @@ describe("Unicode", function() {
|
||||
});
|
||||
|
||||
it("should build binary operators", function() {
|
||||
expect("±×÷∓∔∧∨∩∪≀⊎⊓⊔⊕⊖⊗⊘⊙⊚⊛⊝⊞⊟⊠⊡⊺⊻⊼⋇⋉⋊⋋⋌⋎⋏⋒⋓⩞\u22C5").toBuild(strictSettings);
|
||||
expect("±×÷∓∔∧∨∩∪≀⊎⊓⊔⊕⊖⊗⊘⊙⊚⊛⊝◯⊞⊟⊠⊡⊺⊻⊼⋇⋉⋊⋋⋌⋎⋏⋒⋓⩞\u22C5").toBuild(strictSettings);
|
||||
});
|
||||
|
||||
it("should build delimiters", function() {
|
||||
|
Reference in New Issue
Block a user