Hello, World!
Sample post
This is a heading
This is a sample post written in MDX. You can use Markdown syntax and JSX in the same file.
id1 | id2 | id3 |
---|---|---|
1 | 2 | 3 |
4 | 5 | 6 |
- hoge
- fuga
- piyo
- first, do this
- then, do that
- finally, do the other thing
This is a sub-heading
This is a paragraph. You can use inline code like print("Hello, World!")
.
You can also use code blocks like following.
hello.py
def hello():
print("Hello, World!")
hello()
fn main() {
println!("Hello, World!");
}
This is a sub-sub-heading
This is a paragraph.
You can use bold and italic and strikethrough.
You can also use links.