Hello! This is my first blog post.

Heading 1

Heading 2

Heading 3

bold text italic text

  • bullet list
  • another item
  1. numbered list
  2. second item

Link

Image

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.


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:

  1. Open Settings (Ctrl + ,)
  2. Search: markdown preview
  3. 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: