My First Post

updates
personal
This is my first post
Published

July 8, 2025

Welcome to my blog! This is my first post.

Interactive Elements

Add executable code blocks:

import matplotlib.pyplot as plt
import numpy as np

x = np.linspace(0, 10, 1000)
y = np.sin(x * x)
plt.plot(x, y)
plt.show()

Math Equations

Inline math: \(E = mc^2\)

Block math: \[ \int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi} \]