Blogger Information
Blog 3
fans 0
comment 0
visits 2014
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
vs code,md,emmet语法
test
Original
533 people have browsed it

vscode插件已经安装完毕

Md语法

  • 井号# 是标题
  • ``` 为代码块

列表

123 123 123
test test test

Emmet语法

  • >
    1. div>il>li
    2. <div>
    3. <ul>
    4. <li></li>
    5. </ul>
    6. </div>
  • +
    1. div+p+li
    2. <div></div>
    3. <p></p>
    4. <li></li>
  • *
    1. ul>li*5
    2. <ul>
    3. <li></li>
    4. <li></li>
    5. <li></li>
    6. <li></li>
    7. <li></li>
    8. </ul>
  • $
    1. ul>li.sb$*3
    2. <ul>
    3. <li class="sb1"></li>
    4. <li class="sb2"></li>
    5. <li class="sb3"></li>
    6. </ul>
    • h$[title=test$]{header $}*3
      1. <h1 title="test1">header 1</h1>
      2. <h2 title="test2">header 2</h2>
      3. <h3 title="test3">header 3</h3>
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