Blogger Information
Blog 10
fans 0
comment 0
visits 3571
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
markdown 语法 简单详解 学会很快就能运用
失忆孤独患者
Original
398 people have browsed it
在我们学习编程过程中有很多的 工具是需要学会使用的 比如markdown

那么下面 就记录一下 学习过程中 markdown 的语法

二级

三级

四级

这是目录 在markdown中使用目录前面 只需要加上 ### 号 一级 就一个 5级就4个


这是一段话

这又是一段话

代码段 我们如何写呢

  1. const x = true
  2. if (x) {
  3. console.log(true)
  4. }

如果在markdown 中需要写上js 代码 那么就需要在代码前面加上 ```js 结尾加上3个点即可

id name age
1 admin 30
2 jack 40
3 mike 50

如果是列表呢?
非常简单 我们只需要用竖 |符 把数据包裹就可以了
有序列表

  1. item1
  2. item2
  3. item3

有序列表

  • item1
  • item2
  • item3

有序列表和无序列表更加简单
有序列表 在前面加上数字 1. 这样
无序列表 在前面加上 — 就可以

Correcting teacher:PHPzPHPz

Correction status:qualified

Teacher's comments:总结的不错,继续加油
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post