```html
diff --git a/docs/pages/accordion.md b/docs/pages/accordion.md
index 252e9714d..da84165a4 100644
--- a/docs/pages/accordion.md
+++ b/docs/pages/accordion.md
@@ -23,7 +23,7 @@ Each pane has a **title**, an `` with the class `.accordion-title`, and a **c
-
+
```html
@@ -81,7 +81,7 @@ By default, only one pane of an accordion can be open at a time. This can be cha
-
+
@@ -123,7 +123,7 @@ By default, at least one pane in an accordion must be open. This can be changed
-
+
```html
diff --git a/docs/pages/breadcrumbs.md b/docs/pages/breadcrumbs.md
index 3577b0880..a0675d824 100644
--- a/docs/pages/breadcrumbs.md
+++ b/docs/pages/breadcrumbs.md
@@ -17,7 +17,7 @@ To mark a disabled item, add the class `.disabled` to the `
`, and just use p
-
+
```html_example
diff --git a/docs/pages/button-group.md b/docs/pages/button-group.md
index dc1c4b145..e42e8d891 100644
--- a/docs/pages/button-group.md
+++ b/docs/pages/button-group.md
@@ -17,7 +17,7 @@ Add the `.button-group` class to a container, and inside it place any number of
-
+
```html_example
@@ -39,7 +39,7 @@ Button groups can be sized with the same classes as standard buttons: `.tiny`, `
-
+
```html_example
@@ -61,7 +61,7 @@ Buttons within a button group can be colored individually with the `.secondary`,
-
+
```html_example
@@ -95,7 +95,7 @@ Add the `.expanded` class to the container to make a full-width button group. Ea
-
+
```html_example
@@ -117,7 +117,7 @@ A button group can be made vertical with the `.stacked` class. You can also use
-
+
```html_example
@@ -144,7 +144,7 @@ To create a button with only an arrow, add the class `.arrow-only`. Note that th
-
+
```html_example
diff --git a/docs/pages/button.md b/docs/pages/button.md
index 9b848ca12..83c1c6b34 100644
--- a/docs/pages/button.md
+++ b/docs/pages/button.md
@@ -20,7 +20,7 @@ A basic button can be created with minimal markup. Because buttons can be used f
-
+
```html_example
@@ -44,7 +44,7 @@ Additional classes can be added to your button to change its size and shape.
-
+
```html_example
@@ -68,7 +68,7 @@ Add color classes to give buttons additional meaning.
-
+
```html_example
@@ -133,7 +133,7 @@ The `.disabled` class will give buttons a faded appearance. The class is a purel
-
+
```html_example
@@ -157,7 +157,7 @@ Add the `.hollow` class to a button to give it a hollow style. Change the `$butt
-
+
```html_example
@@ -180,7 +180,7 @@ Add a dropdown arrow to your button with the `.dropdown` class.
-
+
```html_example
diff --git a/docs/pages/callout.md b/docs/pages/callout.md
index b49f95181..e2692b6a7 100644
--- a/docs/pages/callout.md
+++ b/docs/pages/callout.md
@@ -17,7 +17,7 @@ A callout is just an element with a `.callout` class applied. You can put any ki
-
+
```html_example
@@ -39,7 +39,7 @@ Callouts can be colored using the `.secondary`, `.primary`, `.success`, `.warnin
-
+
```html
@@ -87,7 +87,7 @@ Callouts can be colored using the `.secondary`, `.primary`, `.success`, `.warnin
Callouts can be sized using the `.small` and `.large` classes. These will affect the padding around content to be smaller and larger respectively.
-
+
```html_example
@@ -117,7 +117,7 @@ Pair the callout with the [close button](close-button.html) component and `data-
-
+
```html_example
diff --git a/docs/pages/card.md b/docs/pages/card.md
index 5fc91ba80..27c0b8ebd 100644
--- a/docs/pages/card.md
+++ b/docs/pages/card.md
@@ -20,7 +20,7 @@ A card container has no padding, allowing you to place full-bleed images inside.
-
+
```html_example
@@ -47,7 +47,7 @@ You can also include a `.card-divider` element as a title, footer or to break up
-
+
```html_example
@@ -73,7 +73,7 @@ Images play nicely with cards. Simply include one outside of the `.card-section`
-
+
```html
@@ -148,7 +148,7 @@ You can either set the width of cards with custom css or add them into the Found
-
+
```html_example
diff --git a/docs/pages/close-button.md b/docs/pages/close-button.md
index 53bfeef9e..60a9f98b7 100644
--- a/docs/pages/close-button.md
+++ b/docs/pages/close-button.md
@@ -14,7 +14,7 @@ The button is also labeled with `aria-label` to clarify what the button's purpos
-
+
```html_example
@@ -42,7 +42,7 @@ The button is also labeled with `aria-label` to clarify what the button's purpos
The below example pairs the callout with the close button component and `data-closable` attribute to create a dismissible alert box.
-
+
```html_example
diff --git a/docs/pages/drilldown-menu.md b/docs/pages/drilldown-menu.md
index 6a5093ea1..70816c6db 100644
--- a/docs/pages/drilldown-menu.md
+++ b/docs/pages/drilldown-menu.md
@@ -19,7 +19,7 @@ Any `` without a submenu will function like a normal link.