Skip to content

Commit

Permalink
fix: broken markdown lists
Browse files Browse the repository at this point in the history
  • Loading branch information
bryceosterhaus committed Oct 11, 2019
1 parent 0dd45a8 commit d1adc7e
Show file tree
Hide file tree
Showing 12 changed files with 70 additions and 27 deletions.
17 changes: 13 additions & 4 deletions next.clayui.com/content/docs/components/css-alerts.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,19 @@ description: 'Alerts are used to capture the attention of the user in an intrusi
<div class="nav-toc-absolute">
<div class="nav-toc">

- [Colors](#colors) - [Non-standard colors](#non-standard-colors)
- [Examples](#examples) - [Toast](#toast) - [Embedded](#embedded) - [Stripe](#stripe)
- [Non-standard examples](#non-standard-examples) - [Alert Lists](#alert-lists)
- [Additional Options](#additional-options) - [Mixed HTML Content](#mixed-html-content) - [Dismissible Alerts](#dismissible-alerts) - [Alert Notifications Absolute](#alert-notifications-absolute) - [Fixed Notifications](#fixed-notifications)
- [Colors](#colors)
- [Non-standard colors](#non-standard-colors)
- [Examples](#examples)
- [Toast](#toast)
- [Embedded](#embedded)
- [Stripe](#stripe)
- [Non-standard examples](#non-standard-examples)
- [Alert Lists](#alert-lists)
- [Additional Options](#additional-options)
- [Mixed HTML Content](#mixed-html-content)
- [Dismissible Alerts](#dismissible-alerts)
- [Alert Notifications Absolute](#alert-notifications-absolute)
- [Fixed Notifications](#fixed-notifications)

</div>
</div>
Expand Down
7 changes: 6 additions & 1 deletion next.clayui.com/content/docs/components/css-labels.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ description: 'Labels categorize information, providing quick recognition.'

- [Colors](#colors)
- [Sizes](#sizes)
- [Variations](#variations) - [Simple](#label) - [Dismissible](#dismissible) - [Link](#link) - [Interactive](#interactive) - [Anchor Tag](#anchor-tag)
- [Variations](#variations)
- [Simple](#label)
- [Dismissible](#dismissible)
- [Link](#link)
- [Interactive](#interactive)
- [Anchor Tag](#anchor-tag)

</div>
</div>
Expand Down
4 changes: 3 additions & 1 deletion next.clayui.com/content/docs/components/css-links.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ description: 'Also known as a hyperlink, a link is a clickable (text or image) e
- [Styles](#styles)
- [Single Link](#single-link)
- [Component Links](#component-links)
- [Component Action](#component-action) - [Anchor](#anchor) - [Button](#button)
- [Component Action](#component-action)
- [Anchor](#anchor)
- [Button](#button)
- [Outline](#outline)
- [Outline Borderless](#outline-borderless)
- [External Link](#external-link)
Expand Down
13 changes: 9 additions & 4 deletions next.clayui.com/content/docs/components/css-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,20 @@ description: 'List is a visual representation of a dataset that provides more fl
<div class="nav-toc">

- [Example](#example)
- [Variations](#variations) - [Bordered](#bordered)
- [Variations](#variations)
- [Bordered](#bordered)
- [Default](#default)
- [Notification](#notification)
- [Group Elements](#group-elements)
- [Header](#header) - [Items](#items)
- [Header](#header)
- [Items](#items)
- [Colors](#colors)
- [Active Colors](#active-colors) - [Items as Links and Buttons](#items-as-links-and-buttons) - [Actions on Hover](#actions-on-hover) - [Anchors](#anchors)
- [Active Colors](#active-colors)
- [Items as Links and Buttons](#items-as-links-and-buttons)
- [Actions on Hover](#actions-on-hover)
- [Anchors](#anchors)
- [Buttons](#buttons)
- [Active](#active)
- [Active](#active)

</div>
</div>
Expand Down
6 changes: 5 additions & 1 deletion next.clayui.com/content/docs/components/css-modals.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ description: 'A modal is a secondary window that communicates or provides an act
- [Body and Footer](#body-and-footer)
- [Grid](#grid)
- [Iframe](#iframe)
- [Status Messages](#status-messages) - [Success](#success) - [Info](#info) - [Warning](#warning) - [Danger](#danger)
- [Status Messages](#status-messages)
- [Success](#success)
- [Info](#info)
- [Warning](#warning)
- [Danger](#danger)
- [Helpers](#helpers)
- [Footer Alignment](#footer-alignment)
- [Vertically Centered](#vertically-centered)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@ description: 'Checkboxes and radios provide users with different selection and a
<div class="nav-toc-absolute">
<div class="nav-toc">

- [Checkboxes and Radios](#checkboxes-and-radios) - [Default (stacked)](<#default-(stacked)>) - [Inline](#inline) - [Without labels](#without-labels)
- [Custom Checkboxes and radios](#custom-checkboxes-and-radios) - [Checkboxes](#checkboxes) - [Radios](#radios) - [Inline](#inline) - [Disabled](#disabled)
- [Checkboxes and Radios](#checkboxes-and-radios)
- [Default (stacked)](<#default-(stacked)>)
- [Inline](#inline)
- [Without labels](#without-labels)
- [Custom Checkboxes and radios](#custom-checkboxes-and-radios)
- [Checkboxes](#checkboxes)
- [Radios](#radios
- [Inline](#inline)
- [Disabled](#disabled)

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ description: 'This section demonstrates the different text input types, includin
- [Sizes](#sizes)
- [Textarea](#textarea)
- [Select menu](#select-menu)
- [Validations](#validations) - [Success](#success) - [Warning](#warning) - [Error](#error)
- [Validations](#validations)
- [Success](#success)
- [Warning](#warning)
- [Error](#error)

</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,13 @@ description: 'Toggle provide users with different selection and activation tools
<div class="nav-toc">

- [Example](#example)
- [Behavioral](#behavioral) - [Checkbox](#checkbox) - [Radio](#radio)
- [Behavioral](#behavioral)
- [Checkbox](#checkbox)
- [Radio](#radio)
- [Disabled](#disabled)
- [Composable](#composable) - [With Text](#with-text) - [With Icons](#with-icons)
- [Composable](#composable)
- [With Text](#with-text)
- [With Icons](#with-icons)
- [Extending Toggles](#extending-toggles)

</div>
Expand Down
3 changes: 2 additions & 1 deletion next.clayui.com/content/docs/css/content/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ redirectFrom: '/docs/layout/typography.html'
- [Reference Mark](#reference-mark)
- [Text Truncate](#text-truncate)
- [Text Truncate Inline](#text-truncate-inline)
- [Contextual Texts](#contextual-texts) - [Contextual Backgrounds](#contextual-backgrounds)
- [Contextual Texts](#contextual-texts)
- [Contextual Backgrounds](#contextual-backgrounds)
- [Address](#address)
- [Inline Code](#inline-code)
- [User Input](#user-input)
Expand Down
4 changes: 3 additions & 1 deletion next.clayui.com/content/docs/css/utilities/inline-item.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ title: 'Inline Item'
- [Link with Whitespace](#link-with-whitespace)
- [Button without Whitespace](#button-without-whitespace)
- [Button with Whitespace](#button-with-whitespace)
- [Close](#close) - [Anchor](#anchor) - [Button](#button)
- [Close](#close)
- [Anchor](#anchor)
- [Button](#button)

</div>
</div>
Expand Down
3 changes: 2 additions & 1 deletion next.clayui.com/content/docs/get-started/how-to-use-clay.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ order: 2
<div class="nav-toc">

- [Install with NPM or Yarn](#install-with-npm-or-yarn)
- [NPM](#npm) - [Yarn](#yarn)
- [NPM](#npm)
- [Yarn](#yarn)
- [Install via Clay CSS CDN](#install-via-clay-css-cdn)
- [Quick start](#quick-start)

Expand Down
16 changes: 8 additions & 8 deletions packages/clay-css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

- [About](#about)
- [Building](#building)
- [Clone the repo](#clone-the-repo)
- [Install Node.js and NPM](#install-nodejs-and-npm)
- [Install the NPM modules](#install-the-npm-modules)
- [Modify files in src/](#modify-files-in-src)
- [Build the static files](#build-the-static-files)
- [View the files](#view-the-files)
- [File Heading Options](#file-heading-options)
- [Available Build Tasks](#available-build-tasks)
- [Clone the repo](#clone-the-repo)
- [Install Node.js and NPM](#install-nodejs-and-npm)
- [Install the NPM modules](#install-the-npm-modules)
- [Modify files in src/](#modify-files-in-src)
- [Build the static files](#build-the-static-files)
- [View the files](#view-the-files)
- [File Heading Options](#file-heading-options)
- [Available Build Tasks](#available-build-tasks)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

Expand Down

0 comments on commit d1adc7e

Please sign in to comment.