Sample Post — Markdown & KaTeX Showcase

📋 : 📆 :2025-01-01
🏷 : demo markdown math 🗃 : demo

Heading 1

Inline math $a^2+b^2=c^2$ and display:

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

Lists, Code, Table

  1. First
  2. Second
1
export const sum = (a, b) => a + b
Name Value
foo bar

Quote and a link to Hexo.

Sample

$$
\begin{aligned}
f’(x) &= 2x \
\nabla^2 \phi &= 0
\end{aligned}
$$

  • Preview locally
  • Publish

powerd by Hexo & CHaN