Sample Post with MathJax

This is a sample post to demonstrate Markdown and LaTeX support.

Markdown Features

You can write text in bold, italic, or code.

Lists:

  • Item 1
  • Item 2

Code blocks:

def hello():
    print("Hello, World!")

LaTeX Support

You can write inline math like $E=mc^2$ or block math:

\[\int_0^\infty e^{-x^2} dx = \frac{\sqrt{\pi}}{2}\]

Another example:

\[\mathcal{L} = \mathbb{E}_{x \sim p_{data}} [-\log p_{model}(x)]\]