Browse Source

Немного переиначить местами файлы

master
parent
commit
70b8b1176e
3 changed files with 2 additions and 2 deletions
  1. +2
    -2
      index.html
  2. +0
    -0
      markdown.js
  3. +0
    -0
      marked.js

+ 2
- 2
index.html View File

@@ -7969,8 +7969,8 @@ Slide 2 will be here, too
<script>
Reveal.initialize({
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'marked.js' },
{ src: 'markdown.js' },
]
});
</script>


plugin/markdown/markdown.js → markdown.js View File


plugin/markdown/marked.js → marked.js View File


Loading…
Cancel
Save