diff --git a/docs/components/button-dropdown.md b/docs/components/button-dropdown.md
index 2cad831157..c7e9a37bf4 100644
--- a/docs/components/button-dropdown.md
+++ b/docs/components/button-dropdown.md
@@ -3,80 +3,80 @@ layout: page
title: Button dropdown
---
-
-
+Use any button to trigger a dropdown menu by placing it within a `.btn-group` and providing the proper menu markup.
-
Use any button to trigger a dropdown menu by placing it within a .btn-group
and providing the proper menu markup.
+
+
Plugin dependency
+
Button dropdowns require the dropdown plugin to be included in your version of Bootstrap.
+
-
-
Plugin dependency
-
Button dropdowns require the dropdown plugin to be included in your version of Bootstrap.
-
+### Single button dropdowns
+
+Turn a button into a dropdown toggle with some basic markup changes.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
Single button dropdowns
-
Turn a button into a dropdown toggle with some basic markup changes.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{% highlight html %}
@@ -93,88 +93,91 @@ title: Button dropdown
{% endhighlight %}
-
Split button dropdowns
-
Similarly, create split button dropdowns with the same markup changes, only with a separate button.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+### Split button dropdowns
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{% highlight html %}
Button dropdowns work with buttons of all sizes.
-