diff --git a/README.md b/README.md index 3d549f4..fbd06fe 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,19 @@ Special syntax is available for adding attributes to Markdown elements. This is ``` +### Slide Attributes + +Special syntax is available for adding attributes to the slide `
` elements generated by your Markdown. + +```html +
+ +
+``` + ### Configuration @@ -352,16 +365,6 @@ Slides are contained within a limited portion of the screen by default to allow Backgrounds transition using a fade animation by default. This can be changed to a linear sliding transition by passing ```backgroundTransition: 'slide'``` to the ```Reveal.initialize()``` call. Alternatively you can set ```data-background-transition``` on any section with a background to override that specific transition. -Special syntax is available for adding attributes to Markdown-based generated `` element. - -```html -
- -
-``` ### Parallax Background @@ -401,17 +404,6 @@ The global presentation transition is set using the ```transition``` config valu Note that this does not work with the page and cube transitions. -Special syntax is available for adding attributes to Markdown-based generated `` element. - -```html -
- -
-``` - ### Internal links