From 8ff37bdb23ed9c817a076545c252dd3c947354c7 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 14 Jul 2014 09:14:48 -0700 Subject: [PATCH] markdownify jumbotron docs --- docs/components/jumbotron.md | 31 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/docs/components/jumbotron.md b/docs/components/jumbotron.md index 4c6bdb7391..d211f1a526 100644 --- a/docs/components/jumbotron.md +++ b/docs/components/jumbotron.md @@ -1,27 +1,24 @@ -
-

Jumbotron

+--- +layout: page +title: Jumbotron +--- -

A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site.

-
-
-

Hello, world!

-

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.

-

Learn more

-
-
-{% highlight html %} +A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site. + +{% example html %}

Hello, world!

-

...

+

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.

Learn more

-{% endhighlight %} -

To make the jumbotron full width, and without rounded corners, place it outside all .containers and instead add a .container within.

-{% highlight html %} +{% endexample %} + +To make the jumbotron full width, and without rounded corners, place it outside all `.container`s and instead add a `.container` within. + +{% example html %}
...
-{% endhighlight %} -
+{% endexample %}