I am building a Q&A site for a university, and in order to ask and answer questions, it should be trivial to write equations and/or latex. Does anyone know of a good library that does this? It would be more than sufficient to use something like this (StackOverFlow) answering box, as everyone is familiar with it, and it's really easy to use.
UPDATE
I ended up using django-pagedown
with MathJax
and that's working pretty well. With some customization, I have pretty much SO's answering module with a LaTeX
extension.