mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-15 00:45:07 +01:00
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:
parent
e6e80283f2
commit
a8a3765bec
2 changed files with 11 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue