summaryrefslogtreecommitdiffhomepage
path: root/plugin/speakernotes/client.js
diff options
context:
space:
mode:
authorJosh Nichols2012-09-08 22:05:19 -0400
committerJosh Nichols2012-09-08 22:07:14 -0400
commita8a3765bec9a490b285f3422be2dd06e5acb65d4 (patch)
treea8853e1468ee16685a4c2ffc72a02b036d12377e /plugin/speakernotes/client.js
parente6e80283f24f773ee8d0a5364634a06f081a1410 (diff)
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 :)
Diffstat (limited to 'plugin/speakernotes/client.js')
-rw-r--r--plugin/speakernotes/client.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugin/speakernotes/client.js b/plugin/speakernotes/client.js
index 1aba8b8..9e657d6 100644
--- a/plugin/speakernotes/client.js
+++ b/plugin/speakernotes/client.js
@@ -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);