有序列表(Ordered List)中项目的顺序很重要,就像烹调指南。用一个 <ol> 元素包围。 列表的每个项目用一个列表项目(List Item)元素 <li> 包围。 <ol> <li>技术人员</li> <li>思考者</li> <li>建造者</li> </ol> 嵌套列表 Nesting lists <ul> <li>技术人员</li> <li>思考者</li> <li>建造者...
+``` + +## List Types + +### Ordered List + +1. First item +2. Second item +3. Third item + +### Unordered List + +* List item +* Another item +* And another item + +### Nested list + +* Fruit + * Apple + * Orange + * Banana +* Dairy + * Milk + * Cheese ...
list', ' 1. ordered list', ' 2. indented', '', '- [ ] task', '- [x] list completed', '', '[link](https://nhn.github.io/tui.editor/)', '> block quote', '---', 'horizontal line', '***', '`code`, *italic*, **bold**, ~~strikethrough~~, <span style="color:#...
Also, ordered and unordered lists can be nested within each other. For example: * One item * Another item 1. A nested ordered list 1. This is the second item * And now an unordered list as its child * Another item in this list 1. One more in the ordered list * And back at the...
by Afazal MD 3104209 AngularJS integration with Web API explained with a product list and added new product with get and post method. AngularJS: Routing with Loading Bar by harsimranb An angular application that consumes GitHub, primarily to demonstrate the use of angular-loading-bar and ui-ro...
<!-- Unordered List --> <ul> <li>Item 1</li> <li>Item 2</li> </ul> <!-- Ordered List --> <ol> <li>First item</li> <li>Second item</li> </ol> <!-- Description List --> <dl> <dt>Term</dt> <dd>Description</dd> </dl> 4. Links & Images <!-- Links --> ...
There's a list of non-determinable items; for example:</p> <ul> <li>The use of regular expression lookbehinds<br />This is a concept that JavaScript simply does not have and needs to be faked</li> <li>Deciding which state to transition to<br />While the tool does create ...
<h4 class="panel-title">Ordered List</h4> <div class="panel-control"> <a href="javascript:void(0);" data-toggle="tooltip" data-placement="top" title="" class="panel-collapse" data-original-title="Expand/Collapse"><i class="icon-arrow-down"></i></a> <a href="javascript:voi...
在存储时,数据库中存入轻量级标记语言 markdown 文档,方便后续导出再做它用的排版。也可以直接数据库...
Ordered sub-list 4. And another item. ### Quote > Peace cannot be kept by force; it can only be achieved by understanding. ### Links [I'm an inline-style link](https://www.google.com) http://example.com You can also create a link to another note: (Note menu -> Copy Note Li...