Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove breadcrumb code blocks for testing
  • Loading branch information
shawnbot committed Sep 15, 2017
commit fd40089188fe5418cd726c6461c95ca657958eca
34 changes: 1 addition & 33 deletions modules/primer-breadcrumb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Breadcrumbs are used to show taxonomical context on pages that are many levels d

#### Usage

```html title="This is breadcrumb!"
```html title="Breadcrumb"
<nav aria-label="Breadcrumb">
<ol>
<li class="breadcrumb-item text-small"><a href="/business">Business</a></li>
Expand All @@ -32,38 +32,6 @@ Breadcrumbs are used to show taxonomical context on pages that are many levels d
</nav>
```

#### Another example

```html
<nav aria-label="Breadcrumb">
<ol>
<li class="breadcrumb-item text-small"><a href="/business">One</a></li>
<li class="breadcrumb-item text-small"><a href="/business/customers">Two</a></li>
<li class="breadcrumb-item breadcrumb-item-selected text-small text-gray" aria-current="page">Three</li>
</ol>
</nav>
```

```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>
<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>
```

<!-- %enddocs -->

## License
Expand Down