Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 626 Bytes

README.md

File metadata and controls

60 lines (41 loc) · 626 Bytes

README 尝试

大标题

中标题

显示横线

= 显示虚线

-- #标题表示法 -- '#'

#一级标题

##二级标题

换行测试 ,这里没有换行,
这里换行了

= 再试试转义<br> #

= 我是做颜色对比的

我是文本,我的颜色不一样

部分文字高亮

文字超链接 : 跳转百度

  • 实心圆点
    • 空心圆点
      • 方块

试试缩进

一级

二级

三级

= 插入php代码

function test(){
  echo 'hello github';
}

插入js代码

var a = 'hello github!';
alert(a);