Blogger Information
Blog 13
fans 0
comment 0
visits 6970
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Markdown常用语法
云中
Original
487 people have browsed it
  1. #一级标题
  2. ##二级标题
  3. ###三级标题
  4. >副标题
  5. 副标题
  6. 分割线
  7. ---
  8. 无序列表
  9. >(符号和文字间要有1个空格)
  10. - 第一点
  11. - 第二点
  12. - 1级嵌套
  13. - 2小点
  14. - 2级嵌套
  15. - 3级嵌套
  16. ---
  17. 有序列表
  18. 1. 1
  19. 2. 2
  20. 3. 3
  21. 3-11层嵌套
  22. 3-1-1第二层嵌套
  23. ---
  24. 表格
  25. |ID|名称|数量|
  26. |---|---|---|
  27. |001|第1行|1|
  28. |002|第2行|2|
  29. ---
  30. 单行代码块
  31. `<head></head>`
  32. ---
  33. 多行代码块
  34. (```)html
  35. <!DOCTYPE html>
  36. <html>
  37. <head>
  38. 多行代码块
  39. </head>
  40. <body>
  41. </body>
  42. </html>
  43. (```)
  44. ---
  45. 链接
  46. [php中文网](https://www.php.cn)
  47. [php中文网](https://www.php.cn)<https://www.php.cn>
  48. php中文网<https://www.php.cn>
  49. ---
  50. 显示图片(可以是本地图片,也可以是网络图片)
  51. ![显示图片](https://img.php.cn/upload/course/000/000/041/61c56ae28d02a390.jpg "我是鼠标提示信息")
  52. ---
Correcting teacher:PHPzPHPz

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