mlandis
Once things cool down, it looks pretty easy to add MathJax support to Discourse:
Syntax-highlighted code blocks appear to be natively supported. Pretty cool! e.g.
```python def sqrt(x): return x**.5 ``` yields
def sqrt(x):
return x**.5