updated markdown references in notes plugin
This commit is contained in:
parent
e693717f2a
commit
605f7140e3
3 changed files with 8 additions and 7 deletions
|
@ -98,7 +98,7 @@
|
|||
</div>
|
||||
<div id="notes"></div>
|
||||
|
||||
<script src="../../lib/js/showdown.js"></script>
|
||||
<script src="../../plugin/markdown/showdown.js"></script>
|
||||
<script>
|
||||
window.addEventListener( 'load', function() {
|
||||
|
||||
|
@ -120,6 +120,7 @@
|
|||
}
|
||||
|
||||
// Update the note slides
|
||||
console.log(currentSlide.contentWindow);
|
||||
currentSlide.contentWindow.Reveal.slide( data.indexh, data.indexv );
|
||||
nextSlide.contentWindow.Reveal.slide( data.nextindexh, data.nextindexv );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue