diff --git a/docs/components/button-dropdown.md b/docs/components/button-dropdown.md
index 32e03c0b78..315b351074 100644
--- a/docs/components/button-dropdown.md
+++ b/docs/components/button-dropdown.md
@@ -24,63 +24,63 @@ Turn a button into a dropdown toggle with some basic markup changes.
@@ -324,8 +324,8 @@ Trigger dropdown menus above elements by adding `.dropup` to the parent.
-
+
-
+
{% endhighlight %}
diff --git a/docs/components/dropdowns.md b/docs/components/dropdowns.md
index 0917766962..c60cb6fdbb 100644
--- a/docs/components/dropdowns.md
+++ b/docs/components/dropdowns.md
@@ -20,17 +20,11 @@ Wrap the dropdown's trigger and the dropdown menu within `.dropdown`, or another
-
{% endexample %}
@@ -43,9 +37,9 @@ By default, a dropdown menu is automatically positioned 100% from the top and al
{% endcallout %}
{% highlight html %}
-
+
...
-
+
{% endhighlight %}
## Menu headers
@@ -53,15 +47,11 @@ By default, a dropdown menu is automatically positioned 100% from the top and al
Add a header to label sections of actions in any dropdown menu.
{% example html %}
-
{% endexample %}
## Menu dividers
@@ -69,39 +59,25 @@ Add a header to label sections of actions in any dropdown menu.
Separate groups of related menu items with a divider.
{% example html %}
-
{% endexample %}
## Usage
@@ -121,9 +97,9 @@ Add `data-toggle="dropdown"` to a link or button to toggle a dropdown.
-
+
...
-
+
{% endhighlight %}
@@ -135,9 +111,9 @@ To keep URLs intact with link buttons, use the `data-target` attribute instead o
Dropdown trigger
-
+
...
-
+
{% endhighlight %}
diff --git a/docs/components/navs.md b/docs/components/navs.md
index c951bb1baf..644cd7bf07 100644
--- a/docs/components/navs.md
+++ b/docs/components/navs.md
@@ -123,13 +123,13 @@ Add dropdown menus with a little extra HTML and the [dropdowns JavaScript plugin