Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
alvagante committed Dec 29, 2024
1 parent b51cd3e commit df49f61
Show file tree
Hide file tree
Showing 2 changed files with 1,036 additions and 7 deletions.
14 changes: 8 additions & 6 deletions _includes/presentation.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ <h2>{{ page.description }}</h2>
</div>
</div>
</div>
<script src="https://remarkjs.com/downloads/remark-latest.min.js"></script>
<script>
var slideshow = remark.create({
sourceUrl: '{{ site.url }}/{{ page.source }}'
});
</script>
<textarea id="source">
{{ page.content }}
</textarea>
</div>
</div>
</section>

<script src="https://remarkjs.com/downloads/remark-latest.min.js"></script>
<script>
var slideshow = remark.create({navigation: {scroll: false,}});
</script>
Loading

0 comments on commit df49f61

Please sign in to comment.