A test post
2025.03.15
Code
This is a inline code; echo hello
This is a code block!
#include <stdio.h>
int main(void) {
printf("Hello, World!\n");
return 0;
}
Math
This is a equation.
Image
This is a picture.

Diagram
This is a mermaid diagram.graph TD A[Client] --> B[Load Balancer] B --> C[Server01] B --> D[Server02]
Looks good?