Age | Commit message (Collapse) | Author |
|
|
|
Update the theme README.md
|
|
Fix text being cut off in Chrome when printing.
|
|
Fixed #1379 - config keyboard now disables 's' key
|
|
|
|
|
|
|
|
|
|
Fixes #1225
|
|
always enable highlight.js to fix markdown-only usage
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add more support for external markdown.
|
|
|
|
Use en dash in title; <meta> is a void element.
|
|
move up presentation size section
|
|
|
|
|
|
In html content, marked allow `Inline-Level Grammar` but not `Block-Level Grammar`, so when I write following:
```
note:
* a
* b
* c
```
it become:
```html
<p><em> a
</em> b</p>
<ul>
<li>c</li>
</ul>
```
unbelievable!
|
|
This brings together all configuration options.
|
|
|
|
The 'grunt watch' command now also watches for changes to external
markdown.
The 'grunt package' command now packages all external markdown files for
rapid deployment in static enviroments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
property from video element
|
|
Conflicts:
js/reveal.js
|
|
from video element
|
|
|
|
|
|
Update location of multiplex demo server
|
|
|
|
|
|
Update README to include socket.io 1.3.5 examples
|
|
|
|
|
|
|
|
execute. Now, it's work
|
|
|
|
|
|
|
|
The `grunt css-themes` command now loops through all Sass files. There is no need to add the newly created file to the task list.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
into dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
README example: load MathJax over https
|
|
|
|
solves early access error with video element
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed toLowerCase call
|
|
|
|
This will maybe solve the "InvalidStateError: An attempt was made to use an object that is not, or is no longer, usable" error in firefox.
|
|
tiny followup to #1103
|
|
Add plain class for plain images
|
|
|
|
|
|
Allow tex parsing in <code> tags
|
|
|
|
https://github.com/marcysutton/reveal.js into dev
|
|
|
|
|
|
README: suggest decktape as an alternative for PDF rendering
|
|
|
|
|
|
|
|
It works around the current PDF rendering bugs like #1261
|
|
|