Skip to content

Commit

Permalink
Reverted markdown-it
Browse files Browse the repository at this point in the history
  • Loading branch information
dvd101x authored Feb 29, 2024
1 parent c7cc2d1 commit ea7c701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathWorker.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ importScripts(
"ext/fluidProperties.js",
"ext/molecularMass.js",
"https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.9/katex.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/markdown-it/14.0.0/markdown-it.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/markdown-it/13.0.2/markdown-it.min.js",
"https://cdn.jsdelivr.net/npm/markdown-it-texmath/texmath.min.js",
)
const parser = math.parser()
Expand Down

0 comments on commit ea7c701

Please sign in to comment.