Example

This is an example

Edit page on GitHub
Last edited: January 11, 2026
Contributors: Max Wen, 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!");