mirror of
https://github.com/welpo/tabi.git
synced 2025-10-11 07:46:15 +02:00
first commit
This commit is contained in:
commit
0b117d1641
89 changed files with 1457 additions and 0 deletions
24
content/markdown.md
Normal file
24
content/markdown.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
+++
|
||||
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.`
|
Loading…
Add table
Add a link
Reference in a new issue