From: Mark Otto Date: Sun, 13 Jul 2014 07:54:14 +0000 (-0700) Subject: markdownify js carousel X-Git-Tag: v4.0.0-alpha~676 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61ef72887350c4ce5395486ef78d8df91656b9f4;p=thirdparty%2Fbootstrap.git markdownify js carousel --- diff --git a/docs/javascript/carousel.md b/docs/javascript/carousel.md index ebe880ceca..ccc6c4759b 100644 --- a/docs/javascript/carousel.md +++ b/docs/javascript/carousel.md @@ -3,66 +3,28 @@ layout: page title: Carousel --- -
-

Carousel carousel.js

- - -

The slideshow below shows a generic plugin and component for cycling through elements like a carousel.

-
- -
-{% highlight html %} +## Example + +The slideshow below shows a generic plugin and component for cycling through elements like a carousel. + +{% example html %} -{% endhighlight %} +{% endexample %} - + -

Optional captions

-

Add captions to your slides easily with the .carousel-caption element within any .item. Place just about any optional HTML within there and it will be automatically aligned and formatted.

-
-