Blogger Information
Blog 5
fans 0
comment 0
visits 2776
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
markdown语法
帝踏锋
Original
449 people have browsed it

一级标题类同于HTML的h1标签,一般一个文档中只能有一个


二级标题,类同HTML中的h2标签


三级标题


四级标题


五级标题
六级标题

段落p标签

这也是一个段落
这个还是一个段落


2. 列表

有序列表

  1. 数字加点空格
  2. 额这个好像不能算语法吧可能只是一种有序标记?

无序列表

  • 杠加空格
    • 列表嵌套
  • 前端
    • html
    • css
    • javascript
  • 后端
    • go
    • java
    • php

3.引用

引用 ‘>’ 加空格 进一步的声明


4.代码块

单行代码

<?php name="xiaoming" ?>

多行代码

  1. <!doctype html>
  2. <html>
  3. <head></head>
  4. <body></body>
  5. </html>
  1. $name="xiaoming";
  1. shell
  2. #指令代码
  3. git init
  4. #git初始化

5.链接

  1. 只显示链接文本
    php中文网

  2. 全显示
    php中文网https://www.php.cn

  3. 只显示链接
    php中文网https://www.php.cn

  4. 点击图片跳转链接?


6.图片

本地图片

课程

链接图片
网图


7.表格

id name age sex phone
2 3 4 5 6
2 3 4 5 6
2 3 4 5 6
2 3 4 5 6
2 3 4 5 6
2 3 4 5 6
2 3 4 5 6
Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:md语法很简单, 常用的没几个
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
  • 2020-10-13 14:19:17