- 08 nov., 2013 3 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 07 nov., 2013 7 validations
-
-
Hakim El Hattab a écrit
CSS: Don't override font-weight for section
-
Florian Haas a écrit
.slides>section and .slides>section>section set the font-weight to "normal". This overrides any font-weight setting a theme may set at the body or .reveal level, and requires a theme author to also specifically set the font-weight for .slides>section and .slides>section>section. That's tedious and also counterintuitive. Adopt a saner default by setting the font-weight to inherit.
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 06 nov., 2013 2 validations
-
-
Hakim El Hattab a écrit
-
VonC a écrit
-
- 04 nov., 2013 14 validations
-
-
VonC a écrit
-
VonC a écrit
-
VonC a écrit
-
VonC a écrit
-
VonC a écrit
It should be `{. xxxx=yyy }`, not `{_ xxxx=yyy }`. Only test/test-element-attributes-markdown.html were using `{_`, simply in order to test the ability, for the user, to define a _different_ pattern.
-
VonC a écrit
It is important that test/test-element-attributes-markdown.html do test the ability for the user to define its own pattern.
-
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.
-
Hakim El Hattab a écrit
-
- 01 nov., 2013 2 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 30 oct., 2013 2 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
- 28 oct., 2013 4 validations
-
-
Hakim El Hattab a écrit
-
Hakim El Hattab a écrit
-
-
Hakim El Hattab a écrit
-
- 27 oct., 2013 6 validations
-
-
VonC a écrit
Test paragraphs, list items and img attributes.
-
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.
-