You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
508 B
Markdown
24 lines
508 B
Markdown
+++
|
|
title = "Markdown Test"
|
|
date = "2023-01-31"
|
|
[taxonomies]
|
|
tags = ["markdown", "test"]
|
|
+++
|
|
|
|
## Code Block
|
|
|
|
```rust
|
|
fn main() {
|
|
println!("Hello World");
|
|
}
|
|
```
|
|
## Quote
|
|
|
|
> We're all hurtling towards death. Yet here we are, for the moment, alive. Each of us knowing we're going to die. Each of us secretly believing we won't.
|
|
|
|
— Charlie Kaufman, Synecdoche, New York
|
|
|
|
## Code tags
|
|
|
|
Lorem ipsum `dolor` sit amet, `consectetur adipiscing` elit.
|
|
`Lorem ipsum dolor sit amet, consectetur adipiscing elit.` |