Example

This is an example

Edit page on GitHub
Last edited: November 3, 2025
Contributors: Anish Pallati

Lists

Numbered list

  1. Hello
  2. World

Bulleted list

  • Item A
  • Item B

Table

Header 1Header 2
Cell 1Cell 2
Cell 3Cell 4

Blockquote

Hello world!

Code snippets

JS

console.log("lol");

Python

print("hello world")

Rust

println!("Hello, world!");