Age | Commit message (Collapse) | Author |
|
data-separator-vertical, data-notes -> data-separator-notes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
duration #723
|
|
|
|
|
|
|
|
|
|
|
|
|
|
according to README, I don't include reveal.min.js.
Hence I believe it makes sense to not include reveal.min.css either.
Hence, examples added in index.html can give the feeling that they don't work yet.
|
|
|
|
Refactor fragments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reveal
|
|
|
|
|
|
|
|
|
|
into dev
|
|
side of screen
|
|
|
|
|
|
|
|
|
|
after #691
|
|
CSS: Don't override font-weight for section
|
|
.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.
|
|
|
|
|
|
|