Skip to content

Commit 9460f6b

Browse files
authored
fix(convert): Whitespace issue in default RevealJS template (#442)
* Fix whitespace issue in RevealJS template * Edit changelog
1 parent c0a240d commit 9460f6b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1515

1616
- Fix combining assets from multiple scenes to avoid filename collision.
1717
[#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)
1820

1921
(v5.1.7)=
2022
## [v5.1.7](https://github.com/jeertmans/manim-slides/compare/v5.1.6...v5.1.7)

docs/source/_static/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
data-background-video="{{ file }}"
3333
{% if loop.index == 1 and outer_loop.index == 1 -%}
3434
data-background-video-muted
35-
{%- endif -%}
35+
{%- endif %}
3636
{% if slide_config.loop -%}
3737
data-background-video-loop
3838
{%- endif -%}

manim_slides/templates/revealjs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
data-background-video="{{ file }}"
3434
{% if loop.index == 1 and outer_loop.index == 1 -%}
3535
data-background-video-muted
36-
{%- endif -%}
36+
{%- endif %}
3737
{% if slide_config.loop -%}
3838
data-background-video-loop
3939
{%- endif -%}

0 commit comments

Comments
 (0)