This is True of markdown test

This is a preview page,

Title rank test:

1st-level

2st-level

3rd-level

4rd-level

5rd-level
6rd level tips:It would be better to make a space between '#'and the first following word .

list test:

- tip_1:I need an apple;

- tip_2:I also need a banana;

- tip_3:It would be better if u offer me a kiwi;

list inorder test:

1. Mother

2. Father

3. Sister:leave a space between the '3.' and the first following word.

Insert links and pictures test:

- Links: format : 显示文本--l连接地址在括号里面。eg .

Come to My Github

- Pictures:format :
--相互之间没有空格 eg.

- Citation:format:> 要引用的文字(‘>’和引用文字之间有空格,引用行和非引用行之间要空一行)eg.

没关系你也不用给我机会,我还有一生可以浪费。
世间好轮回
苍天绕过谁
哈哈哈哈~~~

粗体和斜体:

- 粗体:要加粗的文字

- 斜体:要倾斜的文字。eg

Hi,Buddy,Long time no see,miss me?
Yes,where did u go ?

代码引用:

- 引用只有一段不分行,则可以用``将语句包起来;

- 引用有多行,在首行之前和尾行之后各加```将多段代码包起来。eg

import sklearn

import sklearn
import numpy as np
import pandas as pd

表格:

格式:

dog bird cat
foo foo foo
bar bar bar
baz baz baz

显示链接中带括号的图片:--什么意思:

格式:

![][1]
[1]: http://latex.codecogs.com/gif.latex?\prod%20(n_{i})+1

总结:

嗯。。。。感觉还不错,看看把自己的教程传上来怎么样?。。。耶,跑步去~

你可能感兴趣的:(This is True of markdown test)