On Tue, Nov 29, 2011 at 1:42 AM, Brion Vibber brion@pobox.com wrote:
Most compatible thing is probably to let it include the images/text form as-is, then make sure MathJax goes over and replaces them in-place. It might need tweaks to understand the images (source in alt text).
You may want to do a quick check for MathJax support in a script in the <head> (which executes before the browser renders the page) which then adds some CSS that ensures the images aren't loaded but the space is still reserved (something like visibility: hidden; on the image).
Roan