Skip to content

Commit

Permalink
Add changes for better rendering of mermaid diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
Wouter Peetermans committed Dec 2, 2024
1 parent 0e0a75b commit d610f6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/reveal.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ class Reveal {
}

nextSlide() {
return this.page.evaluate(_ => Reveal.next());
this.page.evaluate(_ => Reveal.next());
return this.page.evaluate(_ => Reveal.layout());
}

currentSlideIndex() {
Expand Down

0 comments on commit d610f6b

Please sign in to comment.