Kernotes

Example Technical Post

2025-12-06

This is an example post with Markdown formatting.

LaTeX Support

Inline math: (E = mc^2)

Display math:

$$ \int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi} $$

Code Blocks

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