Finally, it looks like LaTeX syntax highlighting is (almost) working. Indeed, it is enough to do as usually on other sites: enclosing the code with a pair of triple backticks, the first one being followed by tex or latex, just as follows:
```latex
\documentclass{article}
\begin{document}
$x=0$
\end{document}
```
which gives:
\documentclass{article}
\begin{document}
$x=0$
\end{document}
But:
- that's not very stable: on our sandbox Flatrum forum, we often need to reload the page in order to see the syntax highlighting,
- when visible, the syntax highlighting is pretty minimalist.
Do you see we could improve the current siutation?