Blogger Information
Blog 10
fans 0
comment 0
visits 9506
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
markdown与Emmet插件的使用方式
Tyrrell
Original
679 people have browsed it

安装常用插件

<!-- markdown语法 -->

单行代码引用

<a href="www.php.com">PHP中文网</a>

多行代码引用

  1. <ol>
  2. <li>1</li>
  3. <li>2</li>
  4. <li>3</li>
  5. <li>4</li>
  6. <li>5</li>
  7. </ol>

表格

第一 第二 第三 第四
第二行 1 2 3
第三行 1 2 3

链接

<www.PHP.com>

<!-- emmet语法 -->

表格

语法:table>tr4>td{第$列}4

  1. <table>
  2. <tr>
  3. <td>第1列</td>
  4. <td>第2列</td>
  5. <td>第3列</td>
  6. <td>第4列</td>
  7. </tr>
  8. <tr>
  9. <td>第1列</td>
  10. <td>第2列</td>
  11. <td>第3列</td>
  12. <td>第4列</td>
  13. </tr>
  14. <tr>
  15. <td>第1列</td>
  16. <td>第2列</td>
  17. <td>第3列</td>
  18. <td>第4列</td>
  19. </tr>
  20. <tr>
  21. <td>第1列</td>
  22. <td>第2列</td>
  23. <td>第3列</td>
  24. <td>第4列</td>
  25. </tr>
  26. </table>

无序列表

语法: ul>li.class{第$行}*4

  1. <ul>
  2. <li class="class">第1行</li>
  3. <li class="class">第2行</li>
  4. <li class="class">第3行</li>
  5. <li class="class">第4行</li>
  6. </ul>
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