k4if3ngnotes, projects & unfinished thoughts
Kaifeng's avatar 凯风 Kaifeng

Purpose is but the slave to memory

Writing / markdown

Markdown Test

A document for testing markdown syntax.

Extensions

Use

Markdown
==peek==

The effect is peek

Quote here

Note

Note here

title

Title can be included

Warning

Warning here

Important

Important here

Caution

Caution here

Pictures

Markdown
![alt](./path/to/image.jpg "title"){width=xx layout=grid}
pixel width
pixel width
relative width
relative width

Code blocks

Python
def hello_world():
    print("Hello, World!")
Rust
fn main() {
    println!("Hello, World!");
}
Go
package main

func main() {
    fmt.Println("Hello, World!")
}