美文网首页
markdown learning 2019-05-28

markdown learning 2019-05-28

作者: 迷途小球迷 | 来源:发表于2019-05-28 10:24 被阅读0次

markdown learning ,start at 2019-05-28
换行要隔两个空格行才行
但是简书的在线编辑不用,正常换行就行了

标题

从1个#到6个#分别表示从大到小的标题

列表

  • 利物浦
  • 切尔西
  • 曼联
  • 阿森纳
  • 曼城
  • 热刺
  1. 恒大
  2. 上港
  3. 富力
  4. 国安

图片

![实物图片](https://img.haomeiwen.com/i15085537/0b9d0b73c93d8014.jpg?imageMogr2/auto-orient/strip%7CimageV

链接

this is a link to xigua background

引用

queto content

斜体和粗体

倾斜的文字
加粗的文字
在一段文字里面有一些是加粗的,有一些是倾斜的

分割线


代码段

import pandas as pd
data =  pd.read_csv('helloworld.csv')
def onework(a):
  if a = 0:
   return 0
  if a!=0:
   return 1
onework(1)

表格

| id | name | grade |

相关文章

网友评论

      本文标题:markdown learning 2019-05-28

      本文链接:https://www.haomeiwen.com/subject/ebrrtctx.html