Style Catalogue
Quotation
Single-line Quotation
Everyone has his own gift, and the money spent will return.
─ Li Bai
Multi-line Quotations
Another distinct advantage of science fiction is its extremely broad vision.
"War and Peace", with millions of words, only depicts the history of a region for several decades;
While science fiction works like Asimov's "The Final Answer" vividly describe the history of the entire universe, including human beings, in just a few thousand words in a short time.
Such inclusiveness and boldness are impossible to achieve in traditional literature.
── Liu Cixin
To-do List
List
Ordered List
- Running
- Three times a week, 5 kilometers each time
- Participate in a half marathon
- Gym training
- Twice a week, 1 hour each time
- Focus on training core muscle groups
Unordered List
- Social activities
- Participate in industry exchange meetings
- Technology sharing session
- Entrepreneurship exchange meeting
- Organize a friends' gathering
- Outdoor barbecue
- Movie night
Table
Thinker | Main contributions |
---|
Confucius | The founder of Confucian School |
Socrates | The father of Western philosophy |
Nietzsche | The Superman philosophy, criticizing traditional morality and religion |
Marx | Communism |
Code
Inline Code
In the vast realm of programming languages, Rust
, Python
, JavaScript
and Go
each occupy a unique position.
Multiple Lines of Code
fn main() {
let x = 10;
println!("Hello, world! {}", x);
}