Welcome! This page showcases as much of the standard Markdown syntax as possible in one place.
Itโs designed as a reference-style file you can reuse, edit, or expand.
console.log("Hello, Markdown!")Blockquotes are great for highlighting important notes or quoting someone famous.
| Name | Role | Status |
|---|---|---|
| Hannah | Developer | Active |
| Alex | Designer | Idle |
| Sam | Researcher | Active |
def greet(name):
return f"Hello, {name}!"
print(greet("Hannah"))