]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: Make pagination <span> example live
authorChris Rebert <github@chrisrebert.com>
Fri, 30 Oct 2015 05:40:12 +0000 (22:40 -0700)
committerChris Rebert <github@chrisrebert.com>
Fri, 30 Oct 2015 05:40:12 +0000 (22:40 -0700)
[skip sauce]

docs/components/pagination.md

index c0ff3a8a30a98defb8122dfda691b6d7b5800f1e..99d4220fa4f59278dd68f116bd25a62478ff8a0f 100644 (file)
@@ -71,7 +71,7 @@ Links are customizable for different circumstances. Use `.disabled` for unclicka
 
 You can optionally swap out active or disabled anchors for `<span>`, or omit the anchor in the case of the prev/next arrows, to remove click functionality while retaining intended styles.
 
-{% highlight html %}
+{% example html %}
 <nav>
   <ul class="pagination">
     <li class="disabled">
@@ -83,7 +83,7 @@ You can optionally swap out active or disabled anchors for `<span>`, or omit the
     <li class="active"><span>1 <span class="sr-only">(current)</span></span></li>
   </ul>
 </nav>
-{% endhighlight %}
+{% endexample %}
 
 
 ### Sizing