Markdown basic grammar exercises

This is a title

Subheadings

Three title

  1. I said a little (digital + periods.)
  2. second
  3. * Beginning of the line or increase - will have the following effect
    • Hey
    • Hey
    • Hey

This part is to insert pictures and references

Insert Picture

  1. With an exclamation mark + [] + bracket
  2. Copy and paste -img

Quote

Before adding text> can be, for example:

Xie invited, just off the plane in the United States

Plus table & trapping Code

form

Use "|" and "-" Building a table,

1 2 3
Hey Hey Hey

Code

Using "` "encircled by the code (three marks)

int main(){
    printf("hello world!");
    return 0;
}

To be continued ~ ~

Guess you like

Origin www.cnblogs.com/millerchan/p/11809492.html