Skip to content

Commit

Permalink
update math example to use 4.0 plugin syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
hakimel committed Jun 5, 2020
1 parent bd19860 commit f014952
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/math.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ <h3>TeX Macros</h3>
</div>

<script src="../dist/reveal.js"></script>
<script src="../plugin/math/math.js"></script>
<script>
Reveal.initialize({
history: true,
Expand All @@ -192,9 +193,7 @@ <h3>TeX Macros</h3>
}
},

dependencies: [
{ src: '../plugin/math/math.js', async: true }
]
plugins: [ RevealMath ]
});
</script>

Expand Down

2 comments on commit f014952

@juicekid22
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what does this do exactly? I'm totally new to GitHub and I was wondering what this is about.

@SleekTheGeek
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

idk

Please sign in to comment.