From 61ef72887350c4ce5395486ef78d8df91656b9f4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 13 Jul 2014 00:54:14 -0700 Subject: [PATCH] markdownify js carousel --- docs/javascript/carousel.md | 339 +++++++++++++++++------------------- 1 file changed, 159 insertions(+), 180 deletions(-) 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

+## Example - -

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

-
- -
-{% highlight html %} +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.

-
-