File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15
15
16
16
- Fix combining assets from multiple scenes to avoid filename collision.
17
17
[ #429 ] ( https://github.com/jeertmans/manim-slides/pull/429 )
18
+ - Fixed whitespace issue in default RevealJS template.
19
+ [ #442 ] ( https://github.com/jeertmans/manim-slides/pull/442 )
18
20
19
21
(v5.1.7)=
20
22
## [ v5.1.7] ( https://github.com/jeertmans/manim-slides/compare/v5.1.6...v5.1.7 )
Original file line number Diff line number Diff line change 32
32
data-background-video ="{{ file }} "
33
33
{% if loop.index == 1 and outer_loop.index == 1 -%}
34
34
data-background-video-muted
35
- {%- endif - %}
35
+ {%- endif %}
36
36
{% if slide_config.loop -%}
37
37
data-background-video-loop
38
38
{%- endif -%}
Original file line number Diff line number Diff line change 33
33
data-background-video ="{{ file }} "
34
34
{% if loop.index == 1 and outer_loop.index == 1 -%}
35
35
data-background-video-muted
36
- {%- endif - %}
36
+ {%- endif %}
37
37
{% if slide_config.loop -%}
38
38
data-background-video-loop
39
39
{%- endif -%}
You can’t perform that action at this time.
0 commit comments