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 double-square curly braces #1953
Conversation
Signed-off-by: ice1000 <ice1000kotlin@foxmail.com>
Use this code to preview on your website:
|
Codecov Report
@@ Coverage Diff @@
## master #1953 +/- ##
==========================================
+ Coverage 94.91% 94.92% +<.01%
==========================================
Files 79 79
Lines 4839 4843 +4
Branches 845 845
==========================================
+ Hits 4593 4597 +4
Misses 222 222
Partials 24 24
Continue to review full report at Codecov.
|
@ice1000 Can you go in and resolve the merge conflicts? |
Sure, done. |
@ronkok CI passed, please take a look. |
@ice1000 Three comments:
|
Well yeah, I've done the same investigation and got the same results prior to PRing kAtEx. My motivation of using
Got it! Will do.
Yeah! Is that simply aliasing the macro? |
Yep. |
Addressed comments, please retake a look |
I've observed that PRs in this repo are all squashed when merging so I assumed that it's Ok of merge master/creating small commits instead of rebasing on master and always commit by amending the previous one. |
@ice1000 Can you also add to the documentation in |
Done |
@ice1000 Thank you for this PR. It's a nice addition to KaTeX. |
You're welcome! |
[clabot:check] |
Hey @ice1000, Thanks for the PR! Mind signing our Contributor License Agreement? When you've done so, go ahead and comment Yours truly, Added by @ylemkimon: Sorry for the late notice. Our CLA bot was offline for a while. Please acknowledge that the terms of the Agreement applies to any Contributions submitted before signing the Agreement, including but not limited to this PR. If you do not wish to sign such a CLA, let us know so that we can find a way to revert any contributions you may have made. Disclaimer: I'm neither an employee nor an agent of Khan Academy. |
[clabot:check] |
CLA signature looks good |
Signed-off-by: ice1000 ice1000kotlin@foxmail.com
Addressed my own comment: #1947 (comment)