First Post!
19 April 2026 · 1 min read
Test
Markdown Cheat Sheet
Headings
H1
H2
H3
H4
Text Formatting
bold
italic
strikethrough
inline code
Lists
Unordered
- Item 1
- Item 2
- Sub item
Ordered
- First
- Second
- Third
Links
Images

Code Blocks
public class Hello {
public static void main(String[] args) {
System.out.println("Hello World");
}
}
Blockquotes
This is a quote
Tables
| Name | Age |
|---|---|
| John | 25 |
| Sarah | 30 |
Horizontal Line
Task Lists
- Done task
- Not done
Escaping Characters
*not italic*
Mixed Example
My Notes
- Important: Learn Markdown
- Visit GitHub
Markdown is easy once you use it a bit
print("Hello Markdown")