Back to blog

Hello, world!

By Rahul Lankeppanavar

April 21, 2025
---
blogmarkdownnextjsportfolio

Testing how things look with Mardown syntax. I'll be posting more about development, learning & technologies soon stay tuned.

Markdown Features test

Headers

Heading 1

Heading 2

Heading 3

Lists

Unordered

  • Item 1
  • Item 2

Ordered

  1. Item 1
  2. Item 2

Code Snippets

cd src/
print("Hello, world!)

Emphasis

  • Bold
  • Italic

Blockquote

Lorem ipsum

Image

image

Link

Markdown Guide