Trying some mathML (again using a little s-expression->mathml parser). I use chrome usually, but it evendently doesn't support mathML, so this'll probably only display in firefox.
Neet, so that works. I make a little expression (math (mi a) = (msqrt ((mi x) * (mi y))))
, and it gets tagged up for me. I could double back and parse to HTML/CSS at some point, but for now this'll only display correctly in firefox. The goal here is to generate flash cards for algebra/arithmetic practice. The display at least seems pretty possible, and generating random expressions is easy enough. The trick is generating human solvable ones.. Well, no real hurry.