fix(convert): Whitespace issue in default RevealJS template (#442)

* Fix whitespace issue in RevealJS template

* Edit changelog
This commit is contained in:
Yunus
2024-05-27 14:49:14 -04:00
committed by GitHub
parent c0a240d758
commit 9460f6b135
3 changed files with 4 additions and 2 deletions

View File

@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix combining assets from multiple scenes to avoid filename collision. - Fix combining assets from multiple scenes to avoid filename collision.
[#429](https://github.com/jeertmans/manim-slides/pull/429) [#429](https://github.com/jeertmans/manim-slides/pull/429)
- Fixed whitespace issue in default RevealJS template.
[#442](https://github.com/jeertmans/manim-slides/pull/442)
(v5.1.7)= (v5.1.7)=
## [v5.1.7](https://github.com/jeertmans/manim-slides/compare/v5.1.6...v5.1.7) ## [v5.1.7](https://github.com/jeertmans/manim-slides/compare/v5.1.6...v5.1.7)

View File

@ -32,7 +32,7 @@
data-background-video="{{ file }}" data-background-video="{{ file }}"
{% if loop.index == 1 and outer_loop.index == 1 -%} {% if loop.index == 1 and outer_loop.index == 1 -%}
data-background-video-muted data-background-video-muted
{%- endif -%} {%- endif %}
{% if slide_config.loop -%} {% if slide_config.loop -%}
data-background-video-loop data-background-video-loop
{%- endif -%} {%- endif -%}

View File

@ -33,7 +33,7 @@
data-background-video="{{ file }}" data-background-video="{{ file }}"
{% if loop.index == 1 and outer_loop.index == 1 -%} {% if loop.index == 1 and outer_loop.index == 1 -%}
data-background-video-muted data-background-video-muted
{%- endif -%} {%- endif %}
{% if slide_config.loop -%} {% if slide_config.loop -%}
data-background-video-loop data-background-video-loop
{%- endif -%} {%- endif -%}