1
1
mirror of https://github.com/primer/css.git synced 2024-09-20 13:17:29 +03:00

more code block examples

This commit is contained in:
Shawn Allen 2017-09-13 01:12:01 -07:00
parent a11dc71ccc
commit e02bd53b77

View File

@ -44,7 +44,17 @@ Breadcrumbs are used to show taxonomical context on pages that are many levels d
</nav>
```
```html story=false
```html note="this should get the default title"
<nav aria-label="Breadcrumb">
<ol>
<li class="breadcrumb-item text-small"><a href="/business">A</a></li>
<li class="breadcrumb-item text-small"><a href="/business/customers">B</a></li>
<li class="breadcrumb-item breadcrumb-item-selected text-small text-gray" aria-current="page">C</li>
</ol>
</nav>
```
```html title="this should NOT show up" story=false
<nav aria-label="Breadcrumb">
<ol>
<li class="breadcrumb-item text-small"><a href="/business">A</a></li>