23 lines
386 B
Markdown
23 lines
386 B
Markdown
+++
|
|
title = "Markdown Test"
|
|
date = "2022-01-01"
|
|
+++
|
|
|
|
## Code Block
|
|
|
|
```rust
|
|
fn main() {
|
|
println!("Hello World");
|
|
}
|
|
```
|
|
|
|
## Quote
|
|
|
|
> Two things are infinite: the universe and human stupidity; and I'm not sure about the universe.
|
|
- Albert Einstein
|
|
|
|
|
|
## Code tags
|
|
|
|
Lorem ipsum `dolor` sit amet, `consectetur adipiscing` elit.
|
|
`Lorem ipsum dolor sit amet, consectetur adipiscing elit.` |