- Nov 04, 2013
-
-
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 28, 2013
-
-
Hakim El Hattab authored
-
- Oct 27, 2013
-
-
VonC authored
By default '{\\\.\s*?([^}]+?)}'.
-
VonC authored
-
VonC authored
Allows to add attributes to element of an attribute which contains the attribute pattern.
-
VonC authored
Works better, and the html elements get their attributes.
-
VonC authored
Extra text representing classes is detected and correctly removed. Adding attributes isn't working yet.
-
- Oct 12, 2013
-
-
Hakim El Hattab authored
-
- Sep 29, 2013
-
-
Lars Kappert authored
-
- Sep 06, 2013
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Aug 27, 2013
-
-
Hakim El Hattab authored
-
- Aug 24, 2013
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Aug 23, 2013
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Jul 30, 2013
-
-
Riceball LEE authored
```html <section data-markdown> <script type="text/template"> </script> </section> ```
-
- Jul 23, 2013
-
-
Emile 'iMil' Heitor authored
-
- Jun 25, 2013
-
-
Adam Hepton authored
-
- May 01, 2013
-
-
Amit Kotlovski authored
-
- Apr 20, 2013
-
-
Hakim El Hattab authored
-
Martin Kurtsson authored
-
- Mar 24, 2013
-
-
Jakub Holy authored
-
Jakub Holy authored
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.
-
- Mar 01, 2013
-
-
ynonp authored
Allow HTML tags in external markdown files
-
- Feb 26, 2013
-
-
asmod3us authored
Use textContent instead of innerHTML to prevent encoding of certain characters in Markdown code blocks.
-
- Jan 29, 2013
-
-
Lars Kappert authored
-
Lars Kappert authored
-
- Nov 16, 2012
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-
- Oct 28, 2012
-
-
Hakim El Hattab authored
update syntax highlight after editing (#210), move markdown and highlight scripts from lib to plugin
-
- Oct 08, 2012
-
-
Hakim El Hattab authored
-
- Sep 28, 2012
-
-
Hakim El Hattab authored
-
- Aug 04, 2012
-
-
hakimel authored
-
- Aug 01, 2012
-
-
Hakim El Hattab authored
-
- Jul 31, 2012
-
-
Hakim El Hattab authored
-
Hakim El Hattab authored
-