chore(html): bump RevealJS version to 5.2 (#536)

Bump version as it includes a nice fix for speaker view: background videos are now played.

See: https://github.com/hakimel/reveal.js/pull/1037#issuecomment-1825352783.
This commit is contained in:
Jérome Eertmans
2025-03-24 15:01:27 +01:00
committed by GitHub
parent a8897552d8
commit c915af19e8

View File

@ -531,7 +531,7 @@ class RevealJS(Converter):
"black",
description="Background color used in slides, not relevant if videos fill the whole area.",
)
reveal_version: str = Field("5.1.0", description="RevealJS version.")
reveal_version: str = Field("5.2.0", description="RevealJS version.")
reveal_theme: RevealTheme = Field(
RevealTheme.black, description="RevealJS version."
)