美文网首页
简述MarkDown编辑 基本语法

简述MarkDown编辑 基本语法

作者: 谁动了我的鱼 | 来源:发表于2021-01-13 21:43 被阅读0次

H1

H2

H3

H4

H5
h6
120.png

单行代码引用:
this is demo for code

多行代码引用:

<insert id="addEmp" parameterType="employee">
  insert into employee values(null,#{lastName},#{email},#{gender},#{birth},#{did})
</insert>
code9.png

无序列表:

- list
- map
- set
  • list
  • map
  • set

有序列表:

1. java
2. web
3. javascript
  1. java
  2. web
  3. javascript

测试斜体
加粗效果

*测试斜体*
**加粗效果**

表格:

Table Are Cool
Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1
dog bird cat
foo foo foo
bar bar bar
baz baz baz
boy girl toy
tom jerry rose
| Table | Are | Cool |
| ------------- |:-------------:| -----:|

| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | $1600 |
| col 2 is      | centered      |   $12 |
| zebra stripes | are neat      |    $1 |

dog | bird | cat
----|------|----
foo | foo  | foo
bar | bar  | bar
baz | baz  | baz

boy | girl | toy
----|----|----
tom | jerry | rose
链接

京东商城 http://www.jd.com

[京东商城](http://www.jd.com)
图片
image

相关文章

网友评论

      本文标题:简述MarkDown编辑 基本语法

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