New Post

Markdown/LaTeX Guide

Markdown:

# Header 1
## Header 2
**Bold text**
*Italic text*
- List item
1. Numbered item
[Link](url)
```code block```

LaTeX:

Inline math: $E = mc^2$
Display math:
$$
\frac{d}{dx}\left( \int_{0}^{x} f(u)\,du\right)=f(x)
$$