Java bolg starting from 0

Day01-Markdown language learning

title

  • Level 1 heading

First level title: "#" + "space" + "title content"

  • Secondary heading

Secondary title: "##" + "space" + "title content"

  • Three-level heading

Three-level heading: "###" + "space" + "title content"

  • Level 4 heading

Four-level heading: "####" + "space" + "title content"

  • Level 5 heading

Five-level heading: "#####" + "space" + "title content"

  • Sixth level heading

Sixth level heading: "######" + "space" + "title content"

font format

  • Italic

Italic: * + content + * single plum

Example: Java

  • Bold

Bold: * * + content + * * double plum

Example: Java

  • Italic bold

Italic bold: * * * + content + * * * three plum blossoms

Example: Java

  • Horizontal line

Horizontal line: ~~ + content + ~~ double squiggles

Example: Java

Quote

">" + "space" + "quoted content"

Source from www.kuangstudy.com

split line

  1. “—” + “Enter”
  2. “***” + “Enter”


image

English format: "!" + "[picture name]" + "(picture address)"

  • Local picture

[External link image transfer failed. The source site may have an anti-leech link mechanism. It is recommended to save the image and upload it directly (img-KfgVQhzP-1615351273997) (C:\Users\梦三金\Pictures\Feedback{612FCAF2-709F-4C15- 8244-C5E9604EA268}\Capture001.png)]

  • Network diagram:

Right-click the picture, review the element, copy the link

Net map

Hyperlinks

English format: "[link name]" + "(link address)"

Example:

LOL official website

List

  • Ordered list

"Number" + "." + "space"

Example:

  • Unordered list

"-" + "space"

Example:

form

  1. Right-click to insert a table
  2. Shortcut key Ctrl + T

Code

"```" + "language name"

print(Hello World)

Guess you like

Origin blog.csdn.net/weixin_46330563/article/details/114632487