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

  1. Running
    1. Three times a week, 5 kilometers each time
    2. Participate in a half marathon
  2. Gym training
    1. Twice a week, 1 hour each time
    2. Focus on training core muscle groups

Unordered List

Table

ThinkerMain contributions
ConfuciusThe founder of Confucian School
SocratesThe father of Western philosophy
NietzscheThe Superman philosophy, criticizing traditional morality and religion
MarxCommunism

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);
}