Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

KaTeX

Fast typesetting for the web
Collective - Host: opensource - https://opencollective.com/katex - Website: https://katex.org - Code: https://github.com/KaTeX

Add a bower.json

Summary: Add a bower.json so KaTeX can be included using bower.

Test plan:
- Run `bower instal...

github.com/KaTeX/KaTeX - 2060ebaf214739cda866368175185c5151b86426 authored over 9 years ago by Emily Eisenberg <[email protected]>
Add a `dist` rule to the Makefile

Summary: Adds a `dist` rule to the Makefile which builds the `dist/`
directory with all of the b...

github.com/KaTeX/KaTeX - 75296a3fefab5c8dc3abacabc2266bca30cf9756 authored over 9 years ago by Emily Eisenberg <[email protected]>
Merge pull request #246 from gagern/matrices

Matrices, arrays, environments

github.com/KaTeX/KaTeX - 32e8ffef4fabd74e8419972367baa38e3d7edc00 authored over 9 years ago by Kevin Barabash <[email protected]>
Implement environments, for arrays and matrices in particular

This commit introduces environments, and implements the parser
infrastructure to handle them, ev...

github.com/KaTeX/KaTeX - 2f7a54877a412058fe2a134d973aa6fb0d448f50 authored over 9 years ago by Martin von Gagern <[email protected]>
Simplify stacked delimiters

Using a loop to determine the number of symbols we need is intuitive but
hardly efficient. A Ma...

github.com/KaTeX/KaTeX - 397dcb303baa8285968ba5ce5038d052259b726e authored over 9 years ago by Martin von Gagern <[email protected]>
Merge pull request #245 from mjbshaw/display-mode-cli

Add display mode to the CLI

github.com/KaTeX/KaTeX - 5cf5617c0948db18716ed963cc8112aeb0cc8266 authored over 9 years ago by Emily Eisenberg <[email protected]>
Add display mode to the CLI

github.com/KaTeX/KaTeX - 42afd97f0321d4b0ae811b4f20b4323efbe30b24 authored over 9 years ago by Michael Bradshaw <[email protected]>
Bump version in README

Fixes #241.

github.com/KaTeX/KaTeX - 0a0a3430b5e6a172afca5459c22f8df808aadaaa authored over 9 years ago by Ben Alpert <[email protected]>
Added new exercise colors as macros

Summary:
On https://app.asana.com/0/34646644303310/33935538887378, @eater requested we add some ...

github.com/KaTeX/KaTeX - 9869d59cadb009fdd8b07f8516ff62a5a8f76b3a authored over 9 years ago by hathix <[email protected]>
Update demo to 0.3.0

github.com/KaTeX/old-gh-pages - 8ed9e00439b4dd6be4317c3b3d04a3e087854a95 authored over 9 years ago by Ben Alpert <[email protected]>
Merge pull request #227 from jeresig/parseTree

Expose a new .__parse() method for generating a parse tree from a math expression

github.com/KaTeX/KaTeX - 86914863924d9c814e1e0fb5d750fab819a504a1 authored over 9 years ago by John Resig <[email protected]>
Expose a new .__parse() method for generating a parse tree from a math expression.

github.com/KaTeX/KaTeX - b9eb8c74e0537aa5994776e280d542eab9661f82 authored over 9 years ago by John Resig <[email protected]>
Merge pull request #225 from jeresig/clone-buildhtml

buildHTML's buildExpression is destructive, changing the tree object.

github.com/KaTeX/KaTeX - c87b20aadde0318b5c221deb8741c8ed4dd90fff authored over 9 years ago by Emily Eisenberg <[email protected]>
buildHTML's buildExpression is destructive, changing the tree object, this clones the object first before manipulating it.

github.com/KaTeX/KaTeX - 3875af87636dd3e3a9e4e16ca132f1157e97b50e authored over 9 years ago by John Resig <[email protected]>
Add JSON as a global in .jshintrc

github.com/KaTeX/KaTeX - 1f90b365180d74bf30d49815f2b78b01b81522c6 authored over 9 years ago by Ben Alpert <[email protected]>
[auto-render] Don't stop parsing when one expression fails

Summary: Fixes #223.

Test Plan: Opened http://127.0.0.1:7936/contrib/auto-render/, saw `$\unsup...

github.com/KaTeX/KaTeX - b29b8c40ea48aebc3e85d3b879968db3dfe4c2cd authored over 9 years ago by Ben Alpert <[email protected]>
Add better lint checking.

Summary:
Make the lint checker check more files. Also, make arc run the
linter.

Test Plan:
- `...

github.com/KaTeX/KaTeX - af8c1307f7b0a1e6f07a33c006359dc94adff3c5 authored over 9 years ago by Emily Eisenberg <[email protected]>
Fix lint

Test plan:
- `npm test`

Auditors: alpert

github.com/KaTeX/KaTeX - eef108b2ddb2f33da2d89cef39b01663f9a16b5f authored over 9 years ago by Emily Eisenberg <[email protected]>
Add optional arguments to \sqrt

Summary:
Use the TeX definitions of `\root` to get the optional `\sqrt`
argument in the right pl...

github.com/KaTeX/KaTeX - c48de165e8795dc6fc0c932d83c75b44ff7dc2d9 authored over 9 years ago by Emily Eisenberg <[email protected]>
Merge pull request #218 from TBRSS/master

Protect elements inside .katex from inheriting text-indent.

github.com/KaTeX/KaTeX - e239f6cc84590744b8e26fd394d97b9c5b822674 authored over 9 years ago by Emily Eisenberg <[email protected]>
Protect elements inside .katex from inheriting text-indent.

github.com/KaTeX/KaTeX - 5b8434bbe21936e8ad5e839514020a9fe10538d0 authored over 9 years ago by Paul M. Rodriguez <[email protected]>
Don't slice in lexer

Summary: Theoretically this allocates way less. In practice it seems to be exactly the same spee...

github.com/KaTeX/KaTeX - 0f6530096b31483d7b1e20133c27b417e768dd6c authored over 9 years ago by Ben Alpert <[email protected]>
Update README.md

github.com/KaTeX/KaTeX - b2fbd08871512eb11a268ebc20fa7604aaf616ab authored over 9 years ago by Ben Alpert <[email protected]>
Release 0.3.0

github.com/KaTeX/KaTeX - dbc658f748cbfc8dc194adabfd867d0a93da105a authored over 9 years ago by Emily Eisenberg <[email protected]>
Add basic auto-render extension

Summary:
Add an auto-render extension to render math on a page. It
exposes a global function (ma...

github.com/KaTeX/KaTeX - cd9bca4a89eddd77c542e23a4a9dc2deff2ab72c authored over 9 years ago by Emily Eisenberg <[email protected]>
Fix the greediness of the `\color` function

Summary:
The greediness of the `\color` function wasn't set correctly,
leading to expressions li...

github.com/KaTeX/KaTeX - 99a81aca50e211bc3a616c618e16a0990f258f48 authored over 9 years ago by Emily Eisenberg <[email protected]>
Merge pull request #214 from fkling/misc_symbol

Add \# and \& to AMS misc symbols

github.com/KaTeX/KaTeX - 379b98880d4f3ddb5c9754f5a672258c6399ebf2 authored over 9 years ago by Ben Alpert <[email protected]>
Add \# and \& to AMS misc symbols

Those symbols are listed in
ftp://ftp.ams.org/pub/tex/doc/amsmath/short-math-guide.pdf, section 3.6

github.com/KaTeX/KaTeX - d9dedeaab89ad87b56ae101852843bab060f4903 authored over 9 years ago by Felix Kling <[email protected]>
Only reference distributed fonts

Summary: Fixes #207.

Test Plan: Crossed fingers.

Reviewers: emily

Reviewed By: emily

Differe...

github.com/KaTeX/KaTeX - 09f6451b50866274c36b5f5a359d984907590c6b authored almost 10 years ago by Ben Alpert <[email protected]>
Only reference distributed fonts

Summary: Fixes #207.

Test Plan: Crossed fingers.

Reviewers: emily

Reviewed By: emily

Differe...

github.com/KaTeX/katex-fonts - 2e6d2b9a19e6ac6ebbb22084e052971b1fd859d1 authored almost 10 years ago by Ben Alpert <[email protected]>
Add support for \phantom

Summary:
Using \phantom with non-phantom math in Perseus doesn't render to be the
same size beca...

github.com/KaTeX/KaTeX - 39f5bcb04289c87fb5f0826078c0fb583df307e0 authored almost 10 years ago by Kevin Barabash <[email protected]>
Make text operators <mi>s

Summary: According to the MathML spec [about
identifiers](http://www.w3.org/TR/MathML3/chapter3....

github.com/KaTeX/KaTeX - 51d751f96dfd88ffca2a39d6cfd25ece811be88a authored almost 10 years ago by Emily Eisenberg <[email protected]>
Make our own screenshotting script instead of using huxley

Summary:
Create our own screenshotting script which takes screenshots. This
improves over huxley...

github.com/KaTeX/KaTeX - 2f552af02d34911a180bc882df9c40736dc846f8 authored almost 10 years ago by Emily Eisenberg <[email protected]>
Merge pull request #196 from PeterDaveHello/patch-1

bump version number to v0.2.0 in cdn url

github.com/KaTeX/KaTeX - d9396c205a55618edb17687eee3606fe91cf7afb authored almost 10 years ago by Emily Eisenberg <[email protected]>
Merge pull request #176 from janmarthedal/bin-symbols

Make \bigtriangledown, \oplus and others Bin operators (and not Ord)

github.com/KaTeX/KaTeX - e1fb6e667cdbf773da41c7afae68b256e3c2d86e authored almost 10 years ago by Emily Eisenberg <[email protected]>
Fix MathML CSS

Summary: Make the CSS rules that hide the MathML rendering not
`!important`, so that they can be...

github.com/KaTeX/KaTeX - 91376a4d26febb30cd1250552d0ea340a8830553 authored almost 10 years ago by Emily Eisenberg <[email protected]>
bump version number to v0.2.0 in cdn url

github.com/KaTeX/KaTeX - ba3bbe75588bb810cac04cf486590a12dd8cca56 authored almost 10 years ago by Peter Dave Hello <[email protected]>
Upgrade katex to v0.2.0

github.com/KaTeX/old-gh-pages - 278e4ae3c2e1b6525b69588dcbf270a1af716d4e authored almost 10 years ago by Emily Eisenberg <[email protected]>
Release 0.2.0

github.com/KaTeX/KaTeX - c901083e591ddbf86263c5a90446b472111b3d96 authored almost 10 years ago by Ben Alpert <[email protected]>
Add MathML rendering to improve accessibility

Summary:
This adds support for rendering KaTeX to both HTML and MathML
with the intent of improv...

github.com/KaTeX/KaTeX - aaeab1200c73f633af607d94ba95dca9b22a4d66 authored almost 10 years ago by Emily Eisenberg <[email protected]>
Merge pull request #127 from kevinb7/contrib_style_decls

Added rule to the style guide section for where to declare variables

github.com/KaTeX/KaTeX - 2349a1ed857b3be4179f3ce3f3cc1a7ccf080902 authored almost 10 years ago by Ben Alpert <[email protected]>
Add an optional settings argument to render calls

Summary:
Add the ability to pass in options to the render calls which contain information about ...

github.com/KaTeX/KaTeX - fd18f6979ed315a7165a438962a41dfd544d518e authored almost 10 years ago by Emily Eisenberg <[email protected]>
Fix up small problems with #126

Summary:
- Some of the symbols were of the wrong type (I wrote some scripts to
search the Te...

github.com/KaTeX/KaTeX - d61a04c80d14577212e3e98e83ff2da0c7a70907 authored almost 10 years ago by Emily Eisenberg <[email protected]>
Fix up small problems with #126

Summary:
- Some of the symbols were of the wrong type (I wrote some scripts to
search the Te...

github.com/KaTeX/katex-fonts - 3862b9269c1d76ad2a6b632a6196e84e8c48e4e1 authored almost 10 years ago by Emily Eisenberg <[email protected]>
Merge pull request #126 from jmeas/hi-symbols

The Big Symbols PR

github.com/KaTeX/KaTeX - 174af2373430f557c9bb4001fb34998d614267c2 authored almost 10 years ago by Emily Eisenberg <[email protected]>
Merge pull request #184 from iamdanfox/remove-greek-fonts

Remove Greek fonts

github.com/KaTeX/KaTeX - ba67b89fe990ed24e5a457be06536f78152c8c94 authored almost 10 years ago by Emily Eisenberg <[email protected]>
Make \bigtriangledown, \oplus and others Bin operators (and not Ord)

github.com/KaTeX/KaTeX - eedd397f1818dc316de9d18d43986af9333f4d1a authored about 10 years ago by Jan Marthedal Rasmussen <[email protected]>
update .arcconfig to https

github.com/KaTeX/KaTeX - cefda0ac2dac07ffabd13bcab1b11a314631b9d3 authored about 10 years ago by Aria Buckles <[email protected]>
Remove Greek fonts

github.com/KaTeX/KaTeX - 2231e782a4a7841ef8e2f4668f408638f938d529 authored about 10 years ago by Dan Fox <[email protected]>
Remove Greek fonts

github.com/KaTeX/katex-fonts - 109e69abd13da6453abc203b7054075382466fbd authored about 10 years ago by Dan Fox <[email protected]>
Make `build/katex.less.css` depend on `static/fonts.less`

Before, it only depended on `static/katex.less`. Now, make it a little
less general and depend o...

github.com/KaTeX/KaTeX - a2f81d9d73940842085f73fa626b3ef008f68062 authored about 10 years ago by Emily Eisenberg <[email protected]>
Point to CDNJS in README

Test Plan: http://jsbin.com/mirumuyeku/edit?html,js,output

Auditors: emily

github.com/KaTeX/KaTeX - 2ab14ea224bc9e7818e69c893e8086b46877f670 authored about 10 years ago by Ben Alpert <[email protected]>
Fix typos in README

github.com/KaTeX/KaTeX - a9d5a8782f7100b78f22420250f8353102221dd5 authored about 10 years ago by Ben Alpert <[email protected]>
Add braces around displaystyle

This makes a difference for expressions like `2 \choose 3`.

Auditors: emily

github.com/KaTeX/KaTeX - c87511168d4c292c2f2cbf33e1041a624bb9f6c2 authored about 10 years ago by Ben Alpert <[email protected]>
Fix displaystyle to cover `2 \choose 3` properly

github.com/KaTeX/old-gh-pages - 0b59d000a61b306cd1776cdb15506aff6551430e authored about 10 years ago by Ben Alpert <[email protected]>
Update to 0.1.1

github.com/KaTeX/old-gh-pages - 62285eaea12b882875b4c5bc25a260ea32a7d4eb authored about 10 years ago by Ben Alpert <[email protected]>
Release 0.1.1

github.com/KaTeX/KaTeX - f997bdd64b5d30c767474f6828fd3d2d23310a02 authored about 10 years ago by Ben Alpert <[email protected]>
Update description in package.json

github.com/KaTeX/KaTeX - d3ab5a1fc6f9325712c603c715c419640f4bde24 authored about 10 years ago by Ben Alpert <[email protected]>
Add \choose support

Test Plan: Looked at `1 + 2\choose {3 \over 4}`, npm tested.

Reviewers: emily

Reviewed By: emi...

github.com/KaTeX/KaTeX - 2cbee18010037e0814486d9ded3991a96e3aa262 authored about 10 years ago by Ben Alpert <[email protected]>
Add support for \{,d,t}binom

Test Plan: `\binom xy^{\binom xy^{\binom xy}}` looks like something. `\dbinom` and `\tbinom` als...

github.com/KaTeX/KaTeX - 006a0a761c59a99acbfc2ce48ce717dae1e76a6b authored about 10 years ago by Ben Alpert <[email protected]>
Add the ability to add woff2 files to the docker

Summary:
To complement pull request #142, add the ability to automatically
generate the woff2 fi...

github.com/KaTeX/KaTeX - 10e9b4ec125d4b0cd05053c71b12c40c7bb8cf14 authored about 10 years ago by Emily Eisenberg <[email protected]>
Merge pull request #142 from mathiasbynens/woff2

Add WOFF2 versions of the fonts

github.com/KaTeX/KaTeX - 4c00064f41142134e1b5a44f66c7b4e3ee1fa7b4 authored about 10 years ago by Emily Eisenberg <[email protected]>
Merge pull request #142 from mathiasbynens/woff2

Add WOFF2 versions of the fonts

github.com/KaTeX/katex-fonts - 21ae268aa45fcb020dafca15936e28c6a94bfbd6 authored about 10 years ago by Emily Eisenberg <[email protected]>
Merge pull request #117 from jmeas/hi-jshint

Adds JSHint to the build step + code clean up

github.com/KaTeX/KaTeX - 23d50e8633a7531d31fdc4b7e58e6c8fe62a69e8 authored about 10 years ago by Emily Eisenberg <[email protected]>
Adds JSHint to the build system and tidies up code.

github.com/KaTeX/KaTeX - fec04614b82fafc2bbf82f68e6416abb1e236b78 authored about 10 years ago by Jmeas <[email protected]>
Merge pull request #137 from cben/displaystyle

Mention `\displaystyle` workaround in README

github.com/KaTeX/KaTeX - 6aa70e33e4f405c41be60a9ddc399a630c37cf16 authored about 10 years ago by Emily Eisenberg <[email protected]>
Add optional arguments

Summary:
Add correct parsing of optional arguments. Now, things like `\rule` can shift
based on ...

github.com/KaTeX/KaTeX - def1a47935cce6531323134380fc394b1376e1b5 authored about 10 years ago by Emily Eisenberg <[email protected]>
Make built files use only ASCII characters

Test Plan: Searched for `[^\x00-\x7f]` in vim and had no results, where there were before.

Revi...

github.com/KaTeX/KaTeX - cba70b51febc386200ff0544010480f3272594ba authored about 10 years ago by Ben Alpert <[email protected]>
Mention `\displaystyle` workaround in README

until the question of display math API (#66) is decided either way...

github.com/KaTeX/KaTeX - 80c4ca7c7113e02625108ff5eed55281522e545c authored about 10 years ago by Beni Cherniavsky-Paskin <[email protected]>
Add WOFF2 versions of the fonts

Contrary to other web font formats, the new WOFF 2.0 Web Font compression format is optimized fo...

github.com/KaTeX/KaTeX - 48870f05c1bc82f5e2421baab9ae01310bd5cab8 authored about 10 years ago by Mathias Bynens <[email protected]>
Add WOFF2 versions of the fonts

Contrary to other web font formats, the new WOFF 2.0 Web Font compression format is optimized fo...

github.com/KaTeX/katex-fonts - 90a5be473461cacde96a50d28933c654e7d7a0cc authored about 10 years ago by Mathias Bynens <[email protected]>
Adds new symbols.

github.com/KaTeX/KaTeX - 4da05ab772a0992284c2bc796623848e299c5428 authored about 10 years ago by Jmeas <[email protected]>
Merge pull request #101 from kevinb7/over

added support for \over

github.com/KaTeX/KaTeX - 5722b45633b0cea02be00f765a5633ddd79ea4cc authored about 10 years ago by Emily Eisenberg <[email protected]>
added support for \over

changed stopType (string) parameter to breakOnInfix (boolean)
renamed rewriteInfixNodes to handl...

github.com/KaTeX/KaTeX - c566ae68885ae9767c72e883978fdab40236db04 authored about 10 years ago by Kevin Barabash <[email protected]>
added rule to the style guide section for where to declare variables

github.com/KaTeX/KaTeX - 0189b96b92133ea0aa858a94f0fe0e112995e965 authored about 10 years ago by Kevin Barabash <[email protected]>
Merge pull request #107 from dbieber/patch-2

Update CONTRIBUTING.md

github.com/KaTeX/KaTeX - 0236cdc619f0f3cbd5059cb6588b18669a0ebf5b authored about 10 years ago by Ben Alpert <[email protected]>
Merge pull request #106 from dbieber/patch-1

Update CONTRIBUTING.md

github.com/KaTeX/KaTeX - 5e535af75fc6541b10acb865f966c8797461058d authored about 10 years ago by Ben Alpert <[email protected]>
Merge pull request #70 from mathiasbynens/patch-1

README: Remove redundant `type` attribute

github.com/KaTeX/KaTeX - 240981e3a2cf7351b1339d29f4cf5b99581988a3 authored about 10 years ago by Ben Alpert <[email protected]>
Merge pull request #104 from kevinb7/error.position

added position property to ParseError

github.com/KaTeX/KaTeX - a18adfdfad85e6134e28df9e80032544aa04260a authored about 10 years ago by Emily Eisenberg <[email protected]>
added position property to ParseError

github.com/KaTeX/KaTeX - afaec30d0a054dd2525fead1ee9330d3103c494d authored about 10 years ago by Kevin Barabash <[email protected]>
Update CONTRIBUTING.md

github.com/KaTeX/KaTeX - 5916e1287dd5257a9a3dc5c824f94540ecaf9af0 authored about 10 years ago by David Bieber <[email protected]>
Update CONTRIBUTING.md

fix spelling of install

github.com/KaTeX/KaTeX - bd795020f0defe74e826e162061b4331fb19943c authored about 10 years ago by David Bieber <[email protected]>
Merge pull request #91 from MandaBrown/teeny_tiny_typo_fix

Fixes a teeny tiny typo in a comment.

github.com/KaTeX/KaTeX - e0dece759fb8455ee91024d470ee7f4bfc9195bb authored about 10 years ago by Emily Eisenberg <[email protected]>
Improve the fonts.less experience

Summary:
Create a fonts.less file which generates identical css to fonts.css, but using
less rul...

github.com/KaTeX/KaTeX - bd6f762f946536c371d44418f107a88962c34566 authored about 10 years ago by Emily Eisenberg <[email protected]>
Improve the fonts.less experience

Summary:
Create a fonts.less file which generates identical css to fonts.css, but using
less rul...

github.com/KaTeX/katex-fonts - 1d54d495c2e3c4a1c0975d01b308a4674b43a8a8 authored about 10 years ago by Emily Eisenberg <[email protected]>
Update huxley screenshots

Update huxley, and then use the Dockerfile to create new huxley screenshots.

Test plan:
- Make...

github.com/KaTeX/KaTeX - 824fb7fd2f5da39f65b469def167b4dbf0b4ed21 authored about 10 years ago by Emily Eisenberg <[email protected]>
Catch exceptions on test page

Summary: This makes typing into the box bearable with break-on-exception enabled.

Test Plan: Ty...

github.com/KaTeX/KaTeX - 317564a173270d8b030ca322971289bbd7970f60 authored about 10 years ago by Ben Alpert <[email protected]>
Fixes a teeny tiny typo in a comment.

github.com/KaTeX/KaTeX - fdc578563b5e70587dfb12f937b7bca1c33c6d4b authored over 10 years ago by Mandy Brown <[email protected]>
Merge pull request #89 from patrickkang/master

Add \partial symbol

github.com/KaTeX/KaTeX - d2f41a19a5e9a68dd67df02d5998bc5ce81aed8e authored over 10 years ago by Emily Eisenberg <[email protected]>
Merge pull request #71 from jmendeth/simple-cli

Simple CLI

github.com/KaTeX/KaTeX - b675587259ab0c93717d7551877c326883747279 authored over 10 years ago by Emily Eisenberg <[email protected]>
Merge pull request #54 from adammark/patch-1

Update README.md

github.com/KaTeX/KaTeX - bd6ebf23dd19bc06f1af27a5867f7e5e33d5bbce authored over 10 years ago by Emily Eisenberg <[email protected]>
Add partial symbol

github.com/KaTeX/KaTeX - b9333a36d1cb2e0896107dffd3a42dd308430f15 authored over 10 years ago by Patrick Kang <[email protected]>
Merge pull request #72 from evestera/setrelops

Added set theory and logic symbols

github.com/KaTeX/KaTeX - 73c33b015ab53a082fe67c84e8c78f8e015625e4 authored over 10 years ago by Emily Eisenberg <[email protected]>
Added various set theory and logic symbols

\subset, \supset, \subseteq, \supseteq, \cap, \cup, \setminus,
\neg, \lnot, \top, \bot, \emptyse...

github.com/KaTeX/KaTeX - 840ab7019113ca02bb9287064c0e346e403db90e authored over 10 years ago by Erik Vesteraas <[email protected]>
Merge pull request #44 from grizzilus/master

Fix license typo in README

github.com/KaTeX/KaTeX - 5476c849c9c8df6bcdecdeaaeaa184d176a0c1a1 authored over 10 years ago by Emily Eisenberg <[email protected]>
Add CLA information in CONTRIBUTING.md

Auditors: alpert

github.com/KaTeX/KaTeX - 1f9393476b8d4c46401814391bff1edb3c1eccce authored over 10 years ago by Emily Eisenberg <[email protected]>
Warn when the website is in quirks mode

Summary:
KaTeX doesn't work correctly in quirks mode. Warn in the console and disable
rendering ...

github.com/KaTeX/KaTeX - ea5ee95dbec689953c35fa552e1170061a8a945d authored over 10 years ago by Emily Eisenberg <[email protected]>
Ignore NPM debug logs

Not related to this PR, but good to have.

github.com/KaTeX/KaTeX - 8bd9bfbcfe2e6cbcb3bd23916deb54cc8ecad586 authored over 10 years ago by Xavier Mendez <[email protected]>
Add simple CLI

github.com/KaTeX/KaTeX - f6dd9e93fb9bd9c7dff6decf2150e09a762f9da2 authored over 10 years ago by Xavier Mendez <[email protected]>
README: Remove redundant `type` attribute

github.com/KaTeX/KaTeX - 2ab395a55f610df0622fe3bee7e1842dc6f6a4f8 authored over 10 years ago by Mathias Bynens <[email protected]>