+++ date = '2025-08-07T10:25:02+08:00' draft = false title = 'ExamplePost' +++ # h1 ## h2 ### h3 #### h4 ##### h5 ###### h6 - a - b - c - d 1. 1 2. 2 3. 3 4. 4 ```c #include int main() { printf("Hello world!\n"); return 0; } ``` > quote > > quote2 **BOLD** *Italic* *** ~~The world is flat.~~