Blogger Information
Blog 9
fans 0
comment 0
visits 7460
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Visual Studio Code 常用语法详解
唯蓝
Original
1362 people have browsed it

一级标题

一个文档应该只有一个大标题

二级标题

三级标题

段落
html 是超文体标记语言
markdown 是超轻量的标记语言


2、列表

有序列表

语法:
数字加点

  1. 上午 11 点开会
  2. 中午 12:00 午休
  3. 下午 16:00 下班
    注意:序号跟内容之间要有空格

无序列表
语法:
无序列表用 - + * 任何一种都可以

  • 列表内容
  • 列表内容
  • 列表内容
    注意:- + * 跟内容之间都要有一个空格

列表嵌套
上一级和下一级之间敲三个空格即可

  • 前端
    • html
    • CSS
    • javvscript
  • 后端
    • php
    • java
    • python

3、引用

其实我是一个不爱说说的人
直播讲课都是被带的
不逼自己一下,根本不知道自己有多优秀


4、代码块

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

多行代码

  1. <!DOCTYPE html>
  2. <html>
  3. <head></head>
  4. <body></body>
  5. </html>
  1. $name = 'admin';
  1. # git初始化
  2. git init
  3. # 提交
  4. git commit -m 00:40

5、链接

只显示链接文本
PHP 中文网

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

6、图片

课程

tp6


7、表格

ID 品名 单价 单位 数量 金额
1 电脑 4500 2 9000
2 手机 3500 1 3500

alt + shift + ↓ 复制一行
表格无法设置大小,列宽,以及行与列的合并
如果有个性化需求,可直接使用<table>标签


8、总结

  • markdown 语法规范并不统一,不同的工具预览效果并不一致
  • markdown 允许功能扩展,例如分式,流程图等
  • markdown 是程序员编写技术文档的必备工具,必须熟练掌握它
  • 我们的作业就是使用 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