Closed PeterlitsZo closed 3 years ago
hmm ... you need to require markdownTexmath
properly above ...
const markdownTexmath = require("texmath.js");
You are dealing here with markdown-it
stuff ... see
https://markdown-it.github.io/markdown-it/#MarkdownIt.use
for more info ...
Here is my code:
But it raise a error like:
Which loader should I install?