Support markdown in speaker notes

It's pretty nice to have markdown in slides. It's even nicer to have
markdown in speaker notes too :)
This commit is contained in:
Josh Nichols
2012-09-08 22:05:19 -04:00
parent e6e80283f2
commit a8a3765bec
2 changed files with 11 additions and 2 deletions

View File

@@ -27,7 +27,9 @@
indexv : event.indexv,
nextindexh : nextindexh,
nextindexv : nextindexv,
socketId : socketId
socketId : socketId,
markdown : notes ? notes.getAttribute('data-markdown') != null : false
};
socket.emit('slidechanged', slideData);