Blogger Information
Blog 6
fans 0
comment 0
visits 5942
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Markdown使用语法实例1
王硕的博客
Original
588 people have browsed it

0、文字标题大小

按照#来显示,最大的是一个#,用于文章标题

学习使用markdown

  1. #学习使用markdown

1、分割线

使用方法:

---


2、图片

百度

使用方法:

  1. ![百度](https://upload-images.jianshu.io/
  2. upload_images/6860761-fd2f51090a890873.jpg?imageMogr2/
  3. auto-orient/
  4. strip%7CimageView2/2/w/550/format/webp "百度")

3、超链接

  • 只显示链接
    https://www.baidu.com

    使用方法:

    1. <https://www.baidu.com>
  • 显示文字
    百度

    使用方法:

    1. [百度]('https://www.baidu.com')

4、表格

id 姓名 学科
1 Jack 语文
2 Bruce 数学
3 Lucy 化学

使用方法:

  1. id|姓名|学科
  2. ---|---|---
  3. 1|Jack|语文
  4. 2|Bruce|数学
  5. 3|Lucy|化学

5、显示代码块

  • 单行
    <title>Document</title>;

    使用方法:

    1. `<title>Document</title>`

  • 多行
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>Document</title>
  7. </head>
  8. <body>
  9. </body>
  10. </html>

使用方法:

首尾都用```

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