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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user