Abstract
This is my first blog, just for test whether everything gets in the way.
Markdown Basics
bold words and Italic and delete line
- list 1
- list 2
- The list 1
- The list 2
The below is an centaur to test the image display.

Table:
| title1 | title 2 | title 3 | |||
|---|---|---|---|---|---|
| data1 | data2 | data3 |
LaTeX Mathematics Formula
$$ \int_0^{\infty} x^2 dx $$
$$ e^{i\theta} = \cos{\theta} + i\sin{\theta} $$
Code Blocks
print("hello world")
#include <iostream>
int main() {
std::cout << "Hello World!" << std::endl;
return 0;
}
Conclusion
Hope all these goes well.