Comparing version 4.1.1 to 4.2.0
{ | ||
"name": "cf-core", | ||
"version": "4.1.1", | ||
"version": "4.2.0", | ||
"description": "Capital Framework core styles", | ||
@@ -5,0 +5,0 @@ "main": "src/capital-framework.js", |
30
usage.md
@@ -1168,1 +1168,31 @@ The cf-core component acts as the backbone for Capital Framework. | ||
``` | ||
## Code blocks | ||
### Inline code | ||
<p>This is an example of paragraph text <code><a href="#">Test Link</a></code> with an inline code block</p> | ||
``` | ||
<p>This is an example of paragraph text with an inline code block <code><a href="#" class="a-btn" title="Test button">Anchor Tag</a></code></p> | ||
``` | ||
### Fenced code block | ||
This is an example of a fenced code block following some paragraph text. | ||
<pre> | ||
<code><a href="#" class="a-btn" title="Test button">Anchor Tag</a> | ||
<button class="a-btn" title="Test button">Button Tag</button> | ||
<input type="submit" value="Input Tag" class="a-btn"></code> | ||
</pre> | ||
``` | ||
<pre> | ||
<code><a href="#" class="a-btn" title="Test button">Anchor Tag</a> | ||
<button class="a-btn" title="Test button">Button Tag</button> | ||
<input type="submit" value="Input Tag" class="a-btn"></code> | ||
</pre> | ||
``` | ||
_Do not include indentation or white space within the `<code>` tags unless you want it to be rendered._ |
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
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
361395
1526