markdown学习笔记
hello world
hello world
hello world
hello world
hello world
hello world #加空格就是标题,最多可以是六级标题,也就是六个#
hello 两边两个**就是加粗
hello 两边两个_也是加粗
hello 两边各一个*就是斜体
hello 两边各一个_也是斜体
hello 两边三个星号就是斜体加粗
hello 两边两个波浪号就是删除线
- hello 加号空格表示圆点列表
三个星号,减号,下划线都可以表示分割线
block
block
block
大于号表示文字块,多个大于号表示文字块的嵌套
- 减号也表示圆点列表
- ABC 1个*号也可表示圆点列表
- learn Java
- learn Web
数字加点号加空格也表示列表
Inline code
code两端加反斜点,可以突出变色号
public static void main(String[] args){
System.out.println("hello,world");
}
与波浪号对应的三个反斜点组成的块可以写代码
[text]加(url)表示超链接
超链接前面加个!表示图片
text inserted
文字两边各加两个等于表示文字标黄
NaHCO3
数字两边加波浪号,数字下沉
19th
字母两边加^,字母上浮
foot 1 link[1]
foot 2 link[2]
[^]声明引用,同时要定义该引用具体含义,才能顺利生成引用
- term1
- Definition 1
- term2
- Definition 3
term换行后,每个条目为~或者冒号打头,则term本身变斜体加粗
this is HTML abbreation example
*[]表示引用高亮
Option | Description |
---|---|
data | path to data files to supply the data that will be passed into templates. |
engine | engine to be used for processing templates. Handlebars is the default. |
ext | extension to be used for dest files. |
Option | Description |
---|---|
data | path to data files to supply the data that will be passed into templates. |
engine | engine to be used for processing templates. Handlebars is the default. |
ext | extension to be used for dest files. |
||之间加三个-号表示表格