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

This commit is contained in:
2019-08-06 18:20:22 +03:00
parent 0f2ae87781
commit 70b8b1176e
3 changed files with 2 additions and 2 deletions

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>