mirror of
https://github.com/thangisme/notes.git
synced 2026-07-26 05:03:48 -04:00
Make spacing consistent
This commit is contained in:
@@ -10,42 +10,40 @@ nav_order: 3
|
||||
Use labels as a way to add an additional mark to a section of your docs. Labels come in a few colors. By default, labels will be blue.
|
||||
|
||||
<div class="code-example" markdown="1">
|
||||
|
||||
Default label
|
||||
{: .label }
|
||||
|
||||
Blue label
|
||||
{: .label .label-blue}
|
||||
{: .label .label-blue }
|
||||
|
||||
Stable
|
||||
{: .label .label-green}
|
||||
{: .label .label-green }
|
||||
|
||||
New release
|
||||
{: .label .label-purple}
|
||||
{: .label .label-purple }
|
||||
|
||||
Coming soon
|
||||
{: .label .label-yellow}
|
||||
{: .label .label-yellow }
|
||||
|
||||
Deprecated
|
||||
{: .label .label-red}
|
||||
|
||||
{: .label .label-red }
|
||||
</div>
|
||||
```markdown
|
||||
Default label
|
||||
{: .label }
|
||||
|
||||
Blue label
|
||||
{: .label .label-blue}
|
||||
{: .label .label-blue }
|
||||
|
||||
Stable
|
||||
{: .label .label-green}
|
||||
{: .label .label-green }
|
||||
|
||||
New release
|
||||
{: .label .label-purple}
|
||||
{: .label .label-purple }
|
||||
|
||||
Coming soon
|
||||
{: .label .label-yellow}
|
||||
{: .label .label-yellow }
|
||||
|
||||
Deprecated
|
||||
{: .label .label-red}
|
||||
{: .label .label-red }
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user