markdown (typora) basic grammar

[] Input generated directory toc

* Title

"#" + Text / cltr + 1 as a title

* Bold

** text **

I bolded the

* Italic

Two *

hello I was inclined

* Highlight

Two ==

== == I was cold high

* Superscript

Two ^^

2^2^

* Subscript

Two ~

h~2~0

* Code References (> `formula and formula)

hello wick!

hello wick!

* Code introduced ( 'formula)

Two `

print ('hello nick')

* Insert a link (link shows)

<> Was added intermediate URL

https://www.cnblogs.com/wick2019/

* Insert link (connection described display)

[]+()

wick blog

* Insert Picture (links)

[]+()

Tide chart .jpg

* Insert Picture (picture path)

[] + (The file path)

Images in the same folder, you can enter only the file name

Tide chart

* Ordered list

Digital +. + Space

  1. one

  2. two

  3. three

* Unordered list

* + Text disorderly dots

  • one
  • two
  • three

* Dividing line

Three "---" symbol dividing line


* Form

cltr + / source enters edit mode after generating a table (with | division :-)

name age
wick 24

* Line and built massive mathematical formulas

\sum_{}^{}f(i),,\text{}

Embedded mathematical formula \ (\ sum_ {i = 1 } ^ {10} f (i) \, \, \ text {thanks} \)

Bulk mathematical formula
\ [\ sum_ {i = 1 } ^ {10} f (i) \, \, \ text {thanks} \]

When you upload blog, first enter the source mode and then copy and paste

Guess you like

Origin www.cnblogs.com/wick2019/p/11390363.html