/blog /test-blog-2 /
  • test
  • webdev

Test Blog 2

1 min read

Some Test Markdown

1. First Heading

some more text


2. GFM Alerts & Callouts

Use these to highlight critical information with modern styling.

Note

Useful information that users should know, even when skimming content.

Tip

Helpful advice for doing things better or more easily.

Important

Key information users need to know to achieve their goal.

Warning

Urgent info that needs immediate user attention to avoid problems.

Caution

Advises about risks or negative outcomes of certain actions.



4. Typography & Scientific Notation

  • Subscript: H2O
  • Superscript: X2 + Y2 = Z2
  • Abbreviation: HTML is easy.
  • Keyboard Input: Press Ctrl + Shift + P to open the command palette.

Gradient background


A markdown link

5. Advanced Code Blocks

Syntax highlighting with line numbers or specific language support:

// A simple 2025 ESNext feature example
const user = { name: "mustafa", age: 25 };
console.log(`Hello, ${user.name}`);