mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-16 01:15:06 +01:00
Merge branch 'markdown-in-notes' of https://github.com/technicalpickles/reveal.js
This commit is contained in:
commit
c5fe9bd3c4
3 changed files with 14 additions and 3 deletions
|
|
@ -28,7 +28,9 @@
|
|||
indexv : event.indexv,
|
||||
nextindexh : nextindexh,
|
||||
nextindexv : nextindexv,
|
||||
socketId : socketId
|
||||
socketId : socketId,
|
||||
markdown : notes ? notes.getAttribute('data-markdown') != null : false
|
||||
|
||||
};
|
||||
|
||||
socket.emit('slidechanged', slideData);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue