I have a blog where people can post their comments. My problem is that I need to enable people to be able to use math formulas using latex syntax. I cannot make any changes to the server. I can only embed a script in my HTML page.
Kindly help.
I have a blog where people can post their comments. My problem is that
Share
You can use jsMath to solve this problem. It is all client side javascript, but you must reference the jsMath library to use its functions.