I tested it on Chromium (the FOSS version of Google Chrome), and in that browser, the math uses a much smaller font than the Firefox version. (Firefox looks "right.")
I'm using Linux Mint 14 (the most recent version), the default version of Chromium from the distribution's repo; all packages are up-to-date, and I don't have any browser extensions or any intense customization.
Oh nice, didn't make the connection that you were the maintainer ;)
Yeah id-ing of heading elements is something I really wish we had for our docs (https://segment.io/docs) because we have to break out of markdown for every header to make them linkable.
I just wish I knew enough to be able to contribute. That was my problem with Stylus too...
This is cool. I wanted to do a blog post on some real estate appraisal topics, which requires math examples. Is this open source? Where I can I find socrates.io - it goes straight to the interface.
Interesting. Looks like it maps TeX directly to HTML, so it must support fewer constructs? Or what are the downsides? Being 10x faster and 10x smaller without any drawbacks seems too good to be true.
"TeX-based" is the operative term here. The syntax is somewhat different true TeX (so it would drive people who use TeX regularly crazy, like me). And I don't believe it has the same abilities.
I've been working on something just like this! It is a mashup of Ghost<john.onolan.org/ghost/>, and a editor like this. If you was to see the uncompleted version its here: http://quaz3l.github.com/ghost/g-admin/posts.html
Oh man, this is really cool. Great job. I'm the co-founder of http://SpanDeX.io (which I see someone already commented about) and we love seeing this kind of stuff. Great to see LaTeX getting implemented in a really useful way!
I wish it had better support for live editing, but this is really a limitation of MathJax / TeX in general. Still, I wonder if it might be possible to improve the experience a bit by e.g. only updating when I close a $$ block, etc.
http://alexeev.org/gmailtex.html
P.S.: This Socrates thing is pretty fantastic. Is there a keyboard shortcut for switching to the compiled view?