feat: add checkbox list #385

This commit is contained in:
Hufe
2024-04-07 22:05:35 +08:00
committed by GitHub
parent 237e570179
commit a546262b9d
8 changed files with 184 additions and 119 deletions
+6
View File
@@ -185,6 +185,12 @@
<li>________</li>
</ol>
</li>
<li data-list-type="ul" data-list-style='checkbox'>
<label>复选框列表:</label>
<ul style="list-style-type: '☑️ ';">
<li>________</li>
</ul>
</li>
<li data-list-type="ul" data-list-style='disc'>
<label>实心圆点列表:</label>
<ul style="list-style-type: disc;">