Blogger Information
Blog 11
fans 0
comment 0
visits 10909
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
20200928作业-markdown语法简单体验
山下之石
Original
709 people have browsed it

markdown 语法实例

一般一个文档只有一个大标题#

二级标题 1

二级标题 2

二级标题 3

三级标题 1

三级标题 2

—- 是分割线


列表例子

有序列表

  1. 上班
  2. 休息
  3. 下班

无序列表

  • 葡萄
  • 苹果
  • 西瓜

列表嵌套【两空格缩进】

  • 前端
    • javascript
    • html
    • css
  • 后端
    • java
    • php
    • c#

引用

我是就是不说话
慢慢变得越来越不会说话
后来干脆不说了

代码段【使用反引号,esc 下边那个键】

单行代码
<?php include "header.php" ?>

多行代码【用三个反引号标记】

  1. <!DOCTYPE html>
  2. <html>
  3. <head></head>
  4. <body></body>
  5. </html>
  1. $name='action';

链接

php 中文网【只显示名称】

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

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


图片

网络图片显示

表格

markdown 表格语法 | 序号 | 品名 | 单位 | 数量 | 单价 | 总价 | | ---- | ---- | ---- | ---- | ---- | ---- | | 1 | 电脑 | 台 | 2 | 4500 | 9000 | | 2 | 手机 | 个 | 1 | 2500 | 2500 |

显示:

序号 品名 单位 数量 单价 总价
1 电脑 2 4500 9000
2 手机 1 2500 2500
Correcting teacher:天蓬老师天蓬老师

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