The Tex markup support has been recently added to the following Stack Exchange sites:
These sites are using the client side Mathjax library to correctly format the submitted formulas to the user.
Since this new feature was added, the StackExchange API returns the JSON question/answers text with formulas delimited by the $ char Tex Markup (here an example).
StackPrinter, built on this API, merely prints the returned text full of $ with an orrible result.
I'm searching for a server side Python library that can parse and trasform the JSON Data to properly render the Tex Markup in Html.
Do you know any solution?
Application details:
Platform: Google App Engine
Framework: webpy