Blogger Information
Blog 9
fans 0
comment 6
visits 9537
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Markdown 语法练习
存在
Original
871 people have browsed it

学习Markdown语法

1,标题

二级标题

三级标题

四级标题

>一级标题一个#号,二级标题2个#号,三级标题三个#号,以此类推

2,段落

你今天吃了吗?
吃了什么呢?


3,列表

有序列表

  1. 提交简历
  2. 面试通知
  3. 笔试
  4. 面试

注意有序列表是序号加 ‘.’,不是’,’

无序列表

  • 浙江

    • 嘉兴
    • 杭州
    • 宁波
  • 江西

    • 抚州
    • 吉安
  • 福建

    • 厦门
    • 福州

4,引用

‘>’这就是引用标签


5,斜体,粗体

粗体一边两个星号

斜体一边一个星号


6,链接

百度

百度:https://www.baidu.com

百度: https://www.baidu.com


7,图片

搞笑图片

城会玩

8,表格

学号 姓名 班级
1001 张珊 三年二班
1002 李四 三年三班
1001 王尼玛 三年一班
1001 关云长 三年五班
1001 刘备 三年八班

9,代码段

单行代码段

<?php echo hello wold;?>

多行代码段

  1. <!doctype>
  2. <html>
  3. <head></head>
  4. <body>
  5. <a src=''>
  6. <ul>
  7. <li>1</li>
  8. <li>2</li>
  9. </ul>
  10. </body>
  11. </html>
  1. $a = 1;
  2. $b = 2;
  3. echo $a+$b;
  1. vim 1.php
  2. cat 2.html

总结:Markdown语法一定要多练,要注意一个标签之后空一行

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