Will there be a jcMath-like library or plugins in jQuery?

I am interested in developing a math web forum. I tried jsMath; This is a cool javascript library for rendering client-side latex commands. The highlighted output is also great because it can download the tex font installed on the client computer.

However, I am interested in its security, so I prefer to use the jQuery library if this function is also available.

Is there a development plan for the jsMath library in jQuery?

Thanks in advance.

+4
source share
1 answer

You should be able to use jQuery and jsMath in the same page / application. I don't see the need to invent jsMath as a jQuery extension.

What security issues do you expect from jsMath? Any javascript library has the potential for security issues, but it depends a lot on your implementation.

+2
source

All Articles