From 2879b936248a79340926d8b7d603d3c53f9f102c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 14 Jul 2014 09:14:31 -0700 Subject: [PATCH] example page header --- docs/components/page-header.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/page-header.md b/docs/components/page-header.md index acc57d4672..e322379c54 100644 --- a/docs/components/page-header.md +++ b/docs/components/page-header.md @@ -5,8 +5,8 @@ title: Page header A simple shell for an `h1` to appropriately space out and segment sections of content on a page. It can utilize the `h1`'s default `small` element, as well as most other components (with additional styles). -{% highlight html %} +{% example html %} -{% endhighlight %} +{% endexample %}