My First Blog Post
2026-03-17
Hello! This is my first blog post.
Heading 1
Heading 2
Heading 3
bold text italic text
- bullet list
- another item
- numbered list
- second item

inline code
print("Hello")
The energy equation is $E = mc^2$
Continuity Equation
\(\frac{\partial \rho}{\partial t} + \nabla \cdot (\rho \mathbf{u}) = 0\) —
3. Preview your Markdown (very important)
VS Code has a built-in preview:
- Press: Ctrl + Shift + V
- Or: Ctrl + K, then V (side-by-side preview)
This lets you see the formatted result live while editing.
4. Useful VS Code extensions (recommended)
Install these from the Extensions panel:
- Markdown All in One
- shortcuts, auto TOC, formatting
- Markdown Preview Enhanced
- better preview, math, diagrams
- Prettier
- auto-format your Markdown
5. Handy shortcuts
- Toggle preview:
Ctrl + Shift + V - Side preview:
Ctrl + K V - Bold:
Ctrl + B - Italic:
Ctrl + I
6. Optional: Enable auto preview
You can make preview update automatically:
- Open Settings (
Ctrl + ,) - Search:
markdown preview - Enable “Markdown › Preview: Open Markdown Links” if needed
7. If you’re using it for blogging (like your Jekyll site)
Since you mentioned blogs earlier:
- Write posts as
.md - Use front matter at the top: