Skip to content

Commit a40d340

Browse files
authored
Update to latest stable (#14)
1 parent f238e18 commit a40d340

5 files changed

+49
-16
lines changed

dist/main.bundle.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/main.bundle.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/vendor.bundle.js

+13-13
Large diffs are not rendered by default.

dist/vendor.bundle.js.LICENSE.txt

+33
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,39 @@ https://github.com/nodeca/pako/blob/main/LICENSE
4141
* Date: 2023-08-28T13:37Z
4242
*/
4343

44+
/*!
45+
*************************************************************************
46+
*
47+
* mhchemParser.ts
48+
* 4.2.1
49+
*
50+
* Parser for the \ce command and \pu command for MathJax and Co.
51+
*
52+
* mhchem's \ce is a tool for writing beautiful chemical equations easily.
53+
* mhchem's \pu is a tool for writing physical units easily.
54+
*
55+
* ----------------------------------------------------------------------
56+
*
57+
* Copyright (c) 2015-2023 Martin Hensel
58+
*
59+
* Licensed under the Apache License, Version 2.0 (the "License");
60+
* you may not use this file except in compliance with the License.
61+
* You may obtain a copy of the License at
62+
*
63+
* http://www.apache.org/licenses/LICENSE-2.0
64+
*
65+
* Unless required by applicable law or agreed to in writing, software
66+
* distributed under the License is distributed on an "AS IS" BASIS,
67+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
68+
* See the License for the specific language governing permissions and
69+
* limitations under the License.
70+
*
71+
* ----------------------------------------------------------------------
72+
*
73+
* https://github.com/mhchem/mhchemParser
74+
*
75+
*/
76+
4477
/*! @license DOMPurify 2.3.1 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/2.3.1/LICENSE */
4578

4679
/*! @preserve

dist/vendor.bundle.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)