Skip to content

Commit e02bd53

Browse files
committed
more code block examples
1 parent a11dc71 commit e02bd53

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

modules/primer-breadcrumb/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,17 @@ Breadcrumbs are used to show taxonomical context on pages that are many levels d
4444
</nav>
4545
```
4646

47-
```html story=false
47+
```html note="this should get the default title"
48+
<nav aria-label="Breadcrumb">
49+
<ol>
50+
<li class="breadcrumb-item text-small"><a href="/business">A</a></li>
51+
<li class="breadcrumb-item text-small"><a href="/business/customers">B</a></li>
52+
<li class="breadcrumb-item breadcrumb-item-selected text-small text-gray" aria-current="page">C</li>
53+
</ol>
54+
</nav>
55+
```
56+
57+
```html title="this should NOT show up" story=false
4858
<nav aria-label="Breadcrumb">
4959
<ol>
5060
<li class="breadcrumb-item text-small"><a href="/business">A</a></li>

0 commit comments

Comments
 (0)