Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
update marked to 0.3.3
|
|
|
|
|
|
|
|
|
|
Compressed with `uglifyjs lib/marked.js --comments="/Copyright/" --mangle --compress`
Used Marked v0.3.3 as of chjj/marked@2b5802f258c5e23e48366f2377fbb4c807f47658
|
|
see https://github.com/hakimel/reveal.js/issues/929#issuecomment-80738837
|
|
|
|
|
|
|
|
|
|
Numbering was off when dealing with fragments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The alignment information were already in the generated html.
The css was the only thing missing, so I added it.
|
|
grammar
|
|
|
|
background video loop
|
|
|
|
|
|
|
|
|
|
|
|
It's possible for slides to be in a situation where the last clicked thing was an SVG before the tab/window loses focus. When returning, `.blur()` is called on the previously-active element, but can result in an exception.
This protects against that and will only call `.blur()` when `document.activeElement` supports it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Refactored overview mode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
themes grunt task was renamed
|
|
|
|
|
|
content in example.html does not work #682
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scale styles
|
|
ci status indicator is svg instead of png
|
|
|
|
|
|
|
|
|
|
|