markdown学习

2016-12-19  本文已影响8人  白杨4546
  1. 标题用#,不同数量的#,便是不同等级
  2. 列表的表示可以分为有序和无序
    有序列表的表示方法:1.+空格
    无序列表的表示方法:+ - *+空格
  3. 引用 >(大于号),例如

这里是引用

也可以采用img标签

三少爷的剑
dog bird cat
foo foo foo
bar bar bar
baz baz baz
1 class Cat { 
    2 int color, weight, height; 
3 
 4 public Cat(int color, int weight, int height) { 
5 this.color = color;
 6 this.weight = weight;
 7 this.height = height; 
8  }

段首加空格,使用shift+空格切换到全角输入,收到输入两个空格即可

上一篇下一篇

猜你喜欢

热点阅读