1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-08-18 14:31:24 +02:00

curve fitting and assorted fixes

This commit is contained in:
Pomax
2018-06-19 21:03:58 -07:00
parent 0fec6be56f
commit a16142ab4a
41 changed files with 9989 additions and 299 deletions

View File

@@ -23,9 +23,8 @@ var options = {
],
/**
* We look for MathJax/KaTeX style data, and make sure
* it is escaped properly so that JSX conversion will
* still work.
* We look for MathJax/KaTeX style data, and generate a static
* SVG file for it, returning the <img> code to load that file.
*/
process: function escapeBlockLaTeX(latex) {
latex = cleanup(latex);