Liu Zhanhong
625831b993
format note content when creating slide
...
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!
2015-10-19 19:50:43 +08:00
Hakim El Hattab
34b82baa67
run autoprefixer
2015-10-06 20:17:22 +02:00
Hakim El Hattab
5e763bc67d
fix black background in fullscreen mode #668 #1386
2015-10-06 20:16:46 +02:00
Hakim El Hattab
6d93ce5748
rebuild css
2015-10-06 19:40:06 +02:00
Hakim El Hattab
01c55d4cf6
fix bower dependency #1375
2015-10-02 12:27:51 +02:00
Hakim El Hattab
329bfbe032
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2015-09-29 11:12:10 +02:00
Hakim El Hattab
ddc9e2b5e7
Merge pull request #1357 from davidbanham/master
...
Update location of multiplex demo server
2015-09-29 10:11:54 +01:00
Hakim El Hattab
9b70e65d32
update travis node.js version
2015-09-29 11:10:40 +02:00
Hakim El Hattab
771843ccde
Merge branch 'master' of https://github.com/davidbanham/reveal.js into dev
2015-09-29 11:10:02 +02:00
Hakim El Hattab
8373d5ec68
Merge pull request #1281 from fghaas/dev
...
Update README to include socket.io 1.3.5 examples
2015-09-29 09:43:34 +01:00
Hakim El Hattab
c1a7e83d75
multiplexing work with socket.io 1.0+ #1281 #1276
2015-09-29 10:38:34 +02:00
Hakim El Hattab
b16bc6fc2e
speaker notes work with socket.io 1.0 #1375
2015-09-29 10:07:21 +02:00
Hakim El Hattab
5117048a5b
Merge branch 'deps-update' of https://github.com/verdurin/reveal.js into dev
2015-09-29 09:16:47 +02:00
Adam Huffman
ef1402e645
Update dependencies to fix installation
2015-09-28 16:39:09 +01:00
Hakim El Hattab
8a1603f4d9
Merge branch 'dev' of github.com:hakimel/reveal.js into dev
2015-09-25 09:41:14 +02:00
Hakim El Hattab
9bcd1484bc
notes defined in data-notes attributes retain preformatted whitespace
2015-09-25 09:41:05 +02:00
David Banham
076aee5ae6
Update location of multiplex demo server
2015-09-17 15:39:21 +10:00
Hakim El Hattab
a151df54be
document data-prevent-swipe
#951
2015-09-10 14:37:25 +02:00
Hakim El Hattab
1116d99e87
prevent swipes on speaker notes
2015-09-10 11:26:05 +02:00
Hakim El Hattab
0d37757f3f
modifications to #951
2015-09-10 11:25:19 +02:00
Hakim El Hattab
be7545da1a
Merge branch 'feature_prevent_swipe' of https://github.com/Calyhre/reveal.js into dev
2015-09-10 11:10:08 +02:00
Hakim El Hattab
bd6a592b8b
notes style changes
2015-09-10 11:09:03 +02:00
Hakim El Hattab
ca4098145e
bump up z-index of notes in pdf
2015-09-10 10:35:25 +02:00
Hakim El Hattab
1c6990d20f
fix pdf print when showNotes is disabled
2015-09-10 09:30:57 +02:00
Hakim El Hattab
5d39e8b8ce
reorder css
2015-09-10 09:16:58 +02:00
Hakim El Hattab
b0b2ce1fe3
print notes to pdf when is enabled #304
2015-09-10 08:51:04 +02:00
Hakim El Hattab
0338f280d3
add getSlideNotes API method and tests
2015-09-10 08:28:52 +02:00
Hakim El Hattab
5a40b4486f
dont show notes container when printing pdf
2015-09-09 14:31:27 +02:00
Hakim El Hattab
a14a298d30
document showNotes config value #304
2015-09-09 14:28:42 +02:00
Hakim El Hattab
2ad4065500
ability to share presentation with speaker notes #304
2015-09-09 14:09:37 +02:00
Hakim El Hattab
0c971b06e4
Merge pull request #1309 from cben/patch-1
...
README example: load MathJax over https
2015-09-02 12:00:17 +01:00
Hakim El Hattab
5e3bbdeecf
formatting
2015-09-02 12:58:08 +02:00
Hakim El Hattab
75d38379b7
Merge pull request #1310 from teawithfruit/patch-1
...
solves early access error with video element
2015-09-02 11:57:37 +01:00
Hakim El Hattab
de6def8cdc
Merge branch 'master' of https://github.com/gruber76/reveal.js into dev
2015-09-02 12:53:53 +02:00
Hakim El Hattab
983bd51838
fix initial visibility of strike fragments #737
2015-09-02 12:46:32 +02:00
Hakim El Hattab
044e87017d
fix issue where 'none' transition did not apply to vertical stacks
2015-08-31 10:55:02 +02:00
Hakim El Hattab
b3b8738238
avoid duplicate var
2015-08-14 23:34:19 +02:00
Hakim El Hattab
b9d9632531
simplify
2015-08-14 23:25:30 +02:00
Hakim El Hattab
1bf236a079
fix object.keys call on non-object
2015-08-14 23:16:59 +02:00
gruber76
0c2898d29f
Update reveal.js
...
Removed toLowerCase call
2015-08-03 15:03:10 -06:00
Hakim El Hattab
de3e1daab4
only use zoom to scale presentations up, fixes shifts in text layout
2015-08-03 12:24:38 +02:00
teawithfruit
b7470fa323
solves early access error with video element
...
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.
2015-07-21 15:59:19 +02:00
Beni Cherniavsky-Paskin
b098b56c50
README example: load MathJax over https
...
tiny followup to #1103
2015-07-21 12:33:17 +03:00
Hakim El Hattab
25da01ce41
Merge pull request #1132 from kendaleiv/plain-images
...
Add plain class for plain images
2015-07-07 12:18:33 +02:00
Hakim El Hattab
d44125d789
tweaks for #1200
2015-07-07 12:15:43 +02:00
Hakim El Hattab
399d4f652d
Merge branch 'master' of https://github.com/bfritscher/reveal.js into dev
2015-07-07 12:06:22 +02:00
Hakim El Hattab
852fea4133
Merge pull request #1205 from gothma/mathjax-md
...
Allow tex parsing in <code> tags
2015-07-07 11:50:08 +02:00
Hakim El Hattab
c96a5d6ae3
fix theme control arrow selectors #1257
2015-07-07 11:37:36 +02:00
Hakim El Hattab
d3b2ed9462
Merge branch 'controls-buttons-a11y' of https://github.com/marcysutton/reveal.js into dev
2015-07-07 11:33:56 +02:00
Hakim El Hattab
d88f59cbaf
Merge branch 'master' of github.com:hakimel/reveal.js into dev
2015-07-02 16:00:56 +02:00