mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Issue 2563 - remove mhchem (#3705)
* Issue 2563 - remove mhchem * Update CONTRIBUTORS
This commit is contained in:
parent
59391e96fb
commit
1bdd7f706f
2 changed files with 2 additions and 2 deletions
|
@ -205,7 +205,7 @@ Ross Brown <rbrownwsws@googlemail.com>
|
||||||
Lukas Sommer <sommerluk@gmail.com>
|
Lukas Sommer <sommerluk@gmail.com>
|
||||||
Niclas Heinz <nheinz@hpost.net>
|
Niclas Heinz <nheinz@hpost.net>
|
||||||
Omar Kohl <omarkohl@posteo.net>
|
Omar Kohl <omarkohl@posteo.net>
|
||||||
|
David Elizalde <david.elizalde.r.a@gmail.com>
|
||||||
********************
|
********************
|
||||||
|
|
||||||
The text of the 3 clause BSD license follows:
|
The text of the 3 clause BSD license follows:
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
/// <reference types="./mathjax-types" />
|
/// <reference types="./mathjax-types" />
|
||||||
|
|
||||||
const packages = ["noerrors", "mathtools", "mhchem"];
|
const packages = ["noerrors", "mathtools"];
|
||||||
|
|
||||||
function packagesForLoading(packages: string[]): string[] {
|
function packagesForLoading(packages: string[]): string[] {
|
||||||
return packages.map((value: string): string => `[tex]/${value}`);
|
return packages.map((value: string): string => `[tex]/${value}`);
|
||||||
|
|
Loading…
Reference in a new issue