diff --git a/docs/content/figures.md b/docs/content/figures.md
index d572705189..36f431d192 100644
--- a/docs/content/figures.md
+++ b/docs/content/figures.md
@@ -10,7 +10,7 @@ Use the included `.figure` , `.figure-img` and `.figure-caption` classes to prov
{% example html %}
-
+ A caption for the above image.
{% endexample %}
@@ -19,7 +19,7 @@ Aligning the figure's caption is easy with our [text utilities]({{ site.baseurl
{% example html %}
-
+ A caption for the above image.
{% endexample %}
diff --git a/docs/content/images.md b/docs/content/images.md
index 905ff337b1..b710fcfc50 100644
--- a/docs/content/images.md
+++ b/docs/content/images.md
@@ -34,13 +34,13 @@ In Internet Explorer 9-10, SVG images with `.img-fluid` are disproportionately s
Add classes to an `` element to easily style images in any project.
-
+
{% highlight html %}
-
+
{% endhighlight %}
@@ -50,31 +50,31 @@ Add classes to an `` element to easily style images in any project.
Align images with the [helper float classes]({{ site.baseurl }}/components/utilities/#responsive-floats) or [text alignment classes]({{ site.baseurl }}/components/utilities/#text-alignment). `block`-level images can be centered using [the `.mx-auto` margin utility class]({{ site.baseurl }}/components/utilities/#horizontal-centering).