Lists
Numbered list
- Hello
- World
Bulleted list
- Item A
- Item B
Table
| Header 1 | Header 2 |
|---|---|
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
Blockquote
Hello world!
Code snippets
JS
console.log("lol");
Python
print("hello world")
Rust
println!("Hello, world!"); This is an example
Edit page on GitHub| Header 1 | Header 2 |
|---|---|
| Cell 1 | Cell 2 |
| Cell 3 | Cell 4 |
Hello world!
console.log("lol");
print("hello world")
println!("Hello, world!");