- Apr 29, 2014
-
-
Hakim El Hattab authored
-
- Apr 26, 2014
-
-
Hakim El Hattab authored
-
- Apr 22, 2014
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Apr 20, 2014
-
-
Hakim El Hattab authored
-
- Apr 19, 2014
-
-
Hakim El Hattab authored
-
- Apr 18, 2014
-
-
Hakim El Hattab authored
-
- Apr 06, 2014
-
-
Hakim El Hattab authored
-
- Apr 02, 2014
-
-
Sergey Gospodarets authored
-
Sergey Gospodarets authored
-
- Mar 05, 2014
-
-
Gijs Koot authored
fixed two minor bugs, a twohanded gesture may not have a direction, and if autoCenter is of, the tipPosition was in the wrong scope
-
- Feb 28, 2014
-
-
J.D. Fitz.Gerald authored
-
- Feb 17, 2014
-
-
Hakim El Hattab authored
renamed markdown attributes for clarity and consistency: data-vertical -> data-separator-vertical, data-notes -> data-separator-notes
-
Hakim El Hattab authored
-
- Dec 02, 2013
-
-
Hakim El Hattab authored
-
- Nov 30, 2013
- Nov 26, 2013
-
-
Hakim El Hattab authored
-
- Nov 07, 2013
-
-
Hakim El Hattab authored
-
- Nov 06, 2013
-
-
VonC authored
-
- Nov 04, 2013
-
-
VonC authored
-
VonC authored
-
VonC authored
-
VonC authored
-
VonC authored
-
VonC authored
-
VonC authored
The first slide of a vertical stack see some data attributes ignored. Mainly the data-transition one. Repeat all data-attributes on the wrapping section element. Ignore any other attributes (like 'id="xxx"'), in order to not mess with internal links (by repeating twice an id).
-
VonC authored
By default, look for <!-- slide-attributes: xxxx -->. Whatever 'xxx' is will be added to the section attributes. You can define your own pattern with 'data-attributes'. For instance 'data-attributes="^\s*?-- (.*?)$"': that will be added to the options. The 'attributes' section is removed from the content of the slide, so the final markdown doesn't reflect them. That also means you can add those attributes *anywhere* in the slide But that allows for *any* attribute to be added for a specifc slide, like: - id="plan", for allowing internal link (issue #430) - data-background="#ff0000" - data-transition="fade" You list those attributes on a single line, like - (default): ` <!-- id="plan" data-background="#ff0000" -->` - or, with an alternative data-attributes pattern: ` -- id="plan" data-background="#ff0000"` Again, that line is remove from the final content.
-
- Oct 31, 2013
-
-
Gabriel Pillet authored
-
- Oct 28, 2013
-
-
Hakim El Hattab authored
-
- Oct 27, 2013