Heartsuit's Simple Blog

A place to hold mainly reading notes, and some technical stuff occasionally. 这里主要是一些读书笔记、感悟;还有部分技术相关的内容。


Project maintained by heartsuit Hosted on GitHub Pages — Theme by mattgraham

Markdown Basic

目录[-]

This is for titles, and there are 6 kinds of this in total.

For instatnce, this is the secondary title.

  1. This is the Ordered List.
  2. This is the Ordered List.

Link This is a link for a website.

Picture

This is for Italic Text

This is for Bold Text


while here is a code block, if you are a programmer, you will definitely like it

public class SayHi {
    // Java
    public static void main(String[] args) {
        System.out.println("Hi, Java");
    }
}
public class SayHi {
    // C#
    public static void main(string[] args) {
        Console.WriteLine("Hi, C#");
    }
}
// JavaScript
function sayHi() {
    alert("Hi, JavaScript");
}
# Python
def print_hi():
    print('Hi, Python')

In all, the above is the basic of Markdown Syntax. Quite simple.


「说点什么吧😊~~😊」: