Comparing version 4.6.2 to 4.6.3
{ | ||
"name": "cf-core", | ||
"version": "4.6.2", | ||
"version": "4.6.3", | ||
"description": "Capital Framework core styles", | ||
@@ -5,0 +5,0 @@ "main": "src/capital-framework.js", |
41
usage.md
@@ -1043,5 +1043,13 @@ The cf-core component acts as the backbone for Capital Framework. | ||
<li>List item 1</li> | ||
<li>List item 2</li> | ||
<li> | ||
List item 2 | ||
<ul> | ||
<li>Nested item 2-1</li> | ||
<li>Nested item 2-2</li> | ||
<li>Nested item 2-3</li> | ||
</ul> | ||
</li> | ||
<li>List item 3</li> | ||
</ul> | ||
<p> Paragraph example for visual reference</p> | ||
@@ -1052,5 +1060,13 @@ ``` | ||
<li>List item 1</li> | ||
<li>List item 2</li> | ||
<li> | ||
List item 2 | ||
<ul> | ||
<li>Nested item 2-1</li> | ||
<li>Nested item 2-2</li> | ||
<li>Nested item 2-3</li> | ||
</ul> | ||
</li> | ||
<li>List item 3</li> | ||
</ul> | ||
<p> Paragraph example for visual reference</p> | ||
``` | ||
@@ -1063,5 +1079,13 @@ | ||
<li>List item 1</li> | ||
<li>List item 2</li> | ||
<li> | ||
List item 2 | ||
<ol> | ||
<li>Nested item 2-1</li> | ||
<li>Nested item 2-2</li> | ||
<li>Nested item 2-3</li> | ||
</ol> | ||
</li> | ||
<li>List item 3</li> | ||
</ol> | ||
<p>Paragraph example for visual reference</p> | ||
@@ -1072,7 +1096,16 @@ ``` | ||
<li>List item 1</li> | ||
<li>List item 2</li> | ||
<li> | ||
List item 2 | ||
<ol> | ||
<li>Nested item 2-1</li> | ||
<li>Nested item 2-2</li> | ||
<li>Nested item 2-3</li> | ||
</ol> | ||
</li> | ||
<li>List item 3</li> | ||
</ol> | ||
<p>Paragraph example for visual reference</p> | ||
``` | ||
### Tables | ||
@@ -1079,0 +1112,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
116958