We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b51cd3e commit df49f61Copy full SHA for df49f61
_includes/presentation.html
@@ -10,12 +10,14 @@ <h2>{{ page.description }}</h2>
10
</div>
11
12
13
- <script src="https://remarkjs.com/downloads/remark-latest.min.js"></script>
14
- <script>
15
- var slideshow = remark.create({
16
- sourceUrl: '{{ site.url }}/{{ page.source }}'
17
- });
18
- </script>
+ <textarea id="source">
+{{ page.content }}
+ </textarea>
19
20
21
</section>
+
+<script src="https://remarkjs.com/downloads/remark-latest.min.js"></script>
+<script>
22
+ var slideshow = remark.create({navigation: {scroll: false,}});
23
+</script>
0 commit comments