lol seems like it's a bit broken
\[
\mathrm{Let\ }G=\left\lt V,E\right\gt \ \mathrm{be\ a\ digraph}, c\in\mathbb{R}^{|V|}_{+}, r\in V\\ \begin{align*}\mathrm{min}\ &c^\top x\\ \mathrm{subject\ to}\\&\sum_{uv\ \in\ E}x_{uv}=1\ \forall\ v\in V\setminus\left\{r\right\}\\&x\geq0\ \mathrm{integer}\end{align*}
\]
@ercadio it works but the markdown support we added makes the formatting weird (you are technically applying it wrong through).. it will be fixed very soon.
@freemo Thanks! It's already a really cool feature. I recommend looking at KaTeX since it's apparently faster than mathjax
@ercadio isnt katex for rendering when generating documents, and not or dynamically rendering across html?
@freemo afaik it supports both server-side and client-side rendering
```javascript
katex.render("c = \\pm\\sqrt{a^2 + b^2}", element, {
throwOnError: false
});
```
@ercadio sadly no tusky wouldnt support it. But it will be fixed in the next few weeks regardless