-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Unicode \ll and \lll #1273
Conversation
Fixes #1272. Consistent with `unicode-math`
Codecov Report
@@ Coverage Diff @@
## master #1273 +/- ##
=======================================
Coverage 82.44% 82.44%
=======================================
Files 60 60
Lines 3880 3880
Branches 651 651
=======================================
Hits 3199 3199
Misses 578 578
Partials 103 103
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick response to this issue.
test/katex-spec.js
Outdated
@@ -2976,7 +2976,7 @@ describe("Unicode", function() { | |||
}); | |||
|
|||
it("should parse relations", function() { | |||
expect("∈∋∝∼∽≂≃≅≈≊≍≎≏≐≑≒≓≖≗≜≡≤≥≦≧≫≬≳≷≺≻≼≽≾≿∴∵∣≔≕⩴").toParse(); | |||
expect("∈∋∝∼∽≂≃≅≈≊≍≎≏≐≑≒≓≖≗≜≡≤≥≦≧≫≬≳≷≺≻≼≽≾≿∴∵∣≔≕⩴≪⋘").toParse(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you put ≪
beside the ≫
? There should also be \ggg
can you add the unicode char for that beside the ⋘
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks for the PR.
That was fast! Thanks @ronkok and @kevinbarabash! |
Fixes #1272. Consistent with
unicode-math