From 97d0827556788b9b585cdc992eb2c09ad0284ce7 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 29 Oct 2015 22:40:12 -0700 Subject: [PATCH] Docs: Make pagination example live [skip sauce] --- docs/components/pagination.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/pagination.md b/docs/components/pagination.md index c0ff3a8a30..99d4220fa4 100644 --- a/docs/components/pagination.md +++ b/docs/components/pagination.md @@ -71,7 +71,7 @@ Links are customizable for different circumstances. Use `.disabled` for unclicka You can optionally swap out active or disabled anchors for ``, or omit the anchor in the case of the prev/next arrows, to remove click functionality while retaining intended styles. -{% highlight html %} +{% example html %} -{% endhighlight %} +{% endexample %} ### Sizing