Skip to content

Commit

Permalink
update temml
Browse files Browse the repository at this point in the history
  • Loading branch information
mi2ebi committed Feb 1, 2024
1 parent 37158cf commit c979ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temml
Submodule temml updated 51 files
+ .yarn/install-state.gz
+24 −0 CHANGELOG.md
+0 −4 dist/Temml-Asana.css
+0 −4 dist/Temml-STIX2.css
+123 −79 dist/temml.cjs
+1 −1 dist/temml.d.ts
+123 −79 dist/temml.js
+1 −1 dist/temml.min.js
+123 −79 dist/temml.mjs
+1 −1 dist/temmlPostProcess.js
+1 −1 docs/administration.md
+25 −1 docs/comparison.html
+238 −113 docs/support_table.md
+58 −56 docs/supported.md
+1 −1 package.json
+0 −4 site/assets/Temml-Asana.css
+0 −4 site/assets/Temml-STIX2.css
+1 −1 site/assets/temml.min.js
+2 −2 site/docs/en/administration.html
+35 −11 site/docs/en/comparison.html
+133 −118 site/docs/en/support_table.html
+33 −31 site/docs/en/supported.html
+4 −8 site/index.html
+1 −1 site/tests/LaTeXML-tests.html
+4 −4 site/tests/katex-tests.html
+2 −2 site/tests/mhchem-tests.html
+3 −3 site/tests/mozilla-tests.html
+11 −11 site/tests/wiki-tests.html
+8 −1 src/Parser.js
+1 −0 src/functions.js
+1 −1 src/functions/color.js
+22 −7 src/functions/delimsizing.js
+1 −1 src/functions/font.js
+3 −0 src/functions/mclass.js
+24 −0 src/functions/reflect.js
+1 −1 src/functions/sizing.js
+1 −1 src/functions/styling.js
+0 −2 src/functions/symbolsOrd.js
+3 −2 src/linebreaking.js
+49 −53 src/macros.js
+1 −1 src/postProcess.js
+8 −8 src/replace.js
+4 −1 src/symbols.js
+1 −1 temml.d.ts
+9 −8 test/Investigate.html
+1 −0 test/repl.html
+123 −79 test/temml.js
+1 −1 test/temmlPostProcess.js
+7 −0 test/unit-test.cjs
+123 −79 utils/temml.cjs
+123 −79 utils/temml.mjs

0 comments on commit c979ad4

Please sign in to comment.