Crazy God said java study notes---MarkDown

MarkDown learning

title

Method 1 :

"#"+"space" = first level heading

"##"+"Space = second level heading

Method 2 :

"Ctrl"+"1" = first level heading

"Ctrl"+"2" = second level heading

Font

Method :

Hello,World! Add two "**" symbols on each side of bold; Insert picture description here
Hello,World! Add a "*" symbol on each side of italics ;
Insert picture description here
Hello,World! Add three "***" on each side of italic + bold "Symbol;
Insert picture description here
Hello, World! Add two "~~" symbols on each side of the strikethrough;Insert picture description here

Quote

Method :

Use the ">" symbol for reference

The ad slot is waiting to be vacant ^-^

split line

Method :

Three minus signs "—" are equal to the dividing line


Three "***" signs can also be used


image

Method :

"!" Add "[]" Add "()" "Enter the path or URL of the picture in ()"

Screenshot

Hyperlinks

Method :

"[]" Add" () ""[] is the link title" "() is the hyperlink address"

Click to jump

List

Method :

Ordered list: "1" plus "." plus "space"

  1. A
  2. B
  3. C

Unordered list: "-" plus "space"

  • a
  • b
  • c

form

Method :

Name|Gender|Birthday

–|--|–|

Zhang San|Male|1997.1.1|

Then "start the source code" to delete the direct gaps in each line

first name gender birthday
Zhang San male 1997.1.1

Code

Method :

"···" plus "space"

public

Guess you like

Origin blog.csdn.net/rzz65452064/article/details/107154274