Some markdown engines support mathematic expressions (= LaTeX) by wrapping them in $-signs. When writing pseudo code, it would be practical to also have them inside of the code environment like this:
```
foreach $u \in V$ do
u.d = $\infty$
```
Is there a way to escape the code block, so that those math-expressions do render?