Javascript – Mathquill on NextJS 13.3.0 or any solution to dynamically show math on browser with Next
I am building a webapp that uses LaTeX writable by user in some input to dynamically show it into another div or replacing it in the same input. I've been trying to use Mathquill with NextJS v13.3.0, and I found…