- 06 nov., 2013 1 validation
-
-
VonC a écrit
-
- 04 nov., 2013 8 validations
-
-
VonC a écrit
-
VonC a écrit
-
VonC a écrit
-
VonC a écrit
-
VonC a écrit
-
VonC a écrit
-
VonC a écrit
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 a écrit
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.
-
- 28 oct., 2013 1 validation
-
-
Hakim El Hattab a écrit
-
- 27 oct., 2013 5 validations
-
-
VonC a écrit
By default '{\\\.\s*?([^}]+?)}'.
-
VonC a écrit
-
VonC a écrit
Allows to add attributes to element of an attribute which contains the attribute pattern.
-
VonC a écrit
Works better, and the html elements get their attributes.
-
VonC a écrit
Extra text representing classes is detected and correctly removed. Adding attributes isn't working yet.
-
- 12 oct., 2013 1 validation
-
-
Hakim El Hattab a écrit
-
- 29 sept., 2013 1 validation
-
-
Lars Kappert a écrit
-
- 06 sept., 2013 2 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 27 août, 2013 1 validation
-
-
Hakim El Hattab a écrit
-
- 24 août, 2013 4 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 23 août, 2013 2 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 30 juil., 2013 1 validation
-
-
Riceball LEE a écrit
```html <section data-markdown> <script type="text/template"> </script> </section> ```
-
- 25 juil., 2013 1 validation
-
-
Hakim El Hattab a écrit
-
- 23 juil., 2013 2 validations
-
-
Emile 'iMil' Heitor a écrit
-
Emile 'iMil' Heitor a écrit
-
- 25 juin, 2013 1 validation
-
-
Adam Hepton a écrit
-
- 02 mai, 2013 2 validations
-
-
Amit Kotlovski a écrit
-
Hakim El Hattab a écrit
-
- 01 mai, 2013 1 validation
-
-
Amit Kotlovski a écrit
-
- 20 avr., 2013 2 validations
-
-
Hakim El Hattab a écrit
-
Martin Kurtsson a écrit
-
- 24 mar., 2013 2 validations
-
-
Jakub Holy a écrit
-
Jakub Holy a écrit
1. Show an alert when loading the file throws an exception 2. Whenever the status isn't success (2xx) - upon exception or e.g. "file not found" - replace the section's content with information about the failure (instead of being silent about it and showing a blank slide). We need to inform the user something went wrong, not just be silent about it. An experienced developer, upon seing a blank slide, will likely check the javascript console - but the rest will profit from being told about the problem (and solution) explicitely.
-
- 01 mar., 2013 1 validation
-
-
ynonp a écrit
Allow HTML tags in external markdown files
-
- 27 fév., 2013 1 validation
-
-
Hakim El Hattab a écrit
-