Skip to content

Commit

Permalink
feat(plugins): update Reveal from v4 to v5 to enable Scroll View (#3051)
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoalcarazdelaosa authored Feb 4, 2024
1 parent a6d0923 commit 5ab1d19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/blox-plugin-reveal/layouts/slides/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>

{{/* Asset versions */}}
{{ $cdn_url_reveal := "https://cdn.jsdelivr.net/npm/reveal.js@4.6.1" }}
{{ $cdn_url_reveal := "https://cdn.jsdelivr.net/npm/reveal.js@5.0.4" }}
{{ $mermaid_version := "9.1.3" }}
{{ $mermaid_sri := "sha256-TIYL00Rhw/8WaoUhYTLX9SKIEFdXxg+yMWSLVUbhiLg=" }}

Expand Down

0 comments on commit 5ab1d19

Please sign in to comment.