This is an archived static version of the original phylobabble.org discussion site.

LaTeX and code blocks

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
ematsen

Are folks still interested in this? I don’t see a whole lot of math happening here…