Skip to content

Commit df49f61

Browse files
committed
test
1 parent b51cd3e commit df49f61

File tree

2 files changed

+1036
-7
lines changed

2 files changed

+1036
-7
lines changed

_includes/presentation.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ <h2>{{ page.description }}</h2>
1010
</div>
1111
</div>
1212
</div>
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>
13+
<textarea id="source">
14+
{{ page.content }}
15+
</textarea>
1916
</div>
2017
</div>
2118
</section>
19+
20+
<script src="https://remarkjs.com/downloads/remark-latest.min.js"></script>
21+
<script>
22+
var slideshow = remark.create({navigation: {scroll: false,}});
23+
</script>

0 commit comments

Comments
 (0)