I'm writing a web app that allows authors to insert scientific articles as part of webpages and users to read them in browser or download as pdf files.
My need is to:
allow editor to deal with a simple markup language, basic need of formatting plus (latex) math formulas, StackExchange Mathemathics alike, (Markdown, reStructuredText, others)
allow also pdf generation of articles.
Which frameworks does StackExchange Mathemathics use and are them integrable for pdf generation?
Edit:
I see StackExchange Mathemathics uses MathJax that's just what I'm looking for.
Any advice?