Sasa water

Learning Content

The basic syntax of Markdown

2.1 Title

Code:

A title

Subheadings

Three title

……

Only six minimum title

Bold 2.2

I bolded the

2.3 italic

I tilted

Highlight 2.4

== == I highlighted the

2.5 superscript

2^2^

2.6 subscript

H~2~O

2.7 Code References (> formula)

hello markdown!

hello markdown!

hello markdown!

2.8 Code References ( `formula)

print('hello nick')

2.9 introduction of the code ( 'formula)

print('hello nick')

2.10 insert a link (link shows)

https://i.cnblogs.com/EditPosts.aspx?opt=1

Insert 2.11 (links described display)

Regulus blog finger

2.12 Insert Picture (links)

image

2.13 Insert Picture

image

Ha ha ha

2.14 ordered list

1.one

2.two

3.three

2.15 unordered list

  • one

  • two
  • three

2.16 parting line


2.17 table and have to have a second row, second row and column means aligned format, centered respectively; right-justified; Left

name age sex
from 55 male
cd 66 Female

2.18 mathematical formulas (row fitted)

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

2.19 mathematical formula (massive)

\[ \sum_{i=1}^{10}f(i)\,\,\text{thanke} \]

Guess you like

Origin www.cnblogs.com/793564949liu/p/11391016.html