We changed the LaTeX syntax a bit.
First off:
- The \$ \$ syntax now works.
- In Markdown posts, use `\$ content \$` for inlinemath.
- Also in Markdown posts, use:
```latex
content ...
```
for displaymath. You have to include the normal displaymath delimiters here -- the latex
mode is just an "escape" environment that gives you verbatim content.
@emacsomancer @systemf registrations are open
In plaintext posts, all regular LaTeX syntax should work fine.