This is how you would write math.

I’ve figured out how to render math: 12\frac{1}{2}!! That’s so exciting; yay!

With three backticks, you get

function add(a,b) {
    return a+b;
}

Todo

-[] figure out how to do syntax highlighting (use notebookjs)?