Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Indentation issue when using code in a markdown slide
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
increase Logitech R400 remote compatibility
|
|
|
|
tweak layout in readme installation markup
|
|
|
|
|
|
|
|
language detection in index.html #809
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some code blocks weren't indented, so they ended up messing up the numbering. Indenting them fixed it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
small fix for issue #814
|
|
autoCenter is of, the tipPosition was in the wrong scope
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data-separator-vertical, data-notes -> data-separator-notes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I found it nice to ignore these files, they are automatically generated anyway (i.e. reveal.min.js always has the date of minify-ing, which I don't want to commit all the time). Should just track the source unless there is a good reason to hand-curate these versions.
|
|
The previous criteria "verticalSlideCount > 0" would result
in verticalOffset being NaN when verticalSlideCount == 1.
This would cause dom.background.style.backgroundPosition to
be set to something like "123px NaNpx", ultimately preventing
the parallax effect to play (silently failing so far).
|
|
|
|
|
|
|
|
|
|
set #766
|
|
|
|
https://github.com/rajgoel/reveal.js into dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Correction of a small error
|
|
|
|
removed.
For the Moon and Solarized themes they had .css appended to them which was causing them to not come up.
|
|
into dev
|
|
|
|
|
|
- upgrade grunt-contrib-connect to ~0.5.0
- configure connect and watch plugin
|
|
fix theme links in demo
|
|
removed.
For the Moon and Solarized themes they had .css appended to them which was causing them to not come up.
|
|
|
|
|
|
|
|
|
|
|
|
#673, #559)
|
|
|
|
|
|
|
|
|
|
|
|
- new default separator for slide attributes
- new default separator for element attributes
Illustrate both, in html comments.
|
|
- Reformat
- Use new default separator format: '.element: x=y'
- Add new tests for testing that default format
|
|
- Reformat.
- Change default separator test 'slide: x=y'
|
|
- on slides: .slide x=y
- on elements: .element x=y
Those are detected in html comment, in order to not be visible
if a markdown is edited in an html editor.
|
|
|
|
|
|
|