Skip to content

Commit

Permalink
fix(convert): Whitespace issue in default RevealJS template (#442)
Browse files Browse the repository at this point in the history
* Fix whitespace issue in RevealJS template

* Edit changelog
  • Loading branch information
yunusey authored May 27, 2024
1 parent c0a240d commit 9460f6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
[#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](https://github.com/jeertmans/manim-slides/compare/v5.1.6...v5.1.7)
Expand Down
2 changes: 1 addition & 1 deletion docs/source/_static/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
data-background-video="{{ file }}"
{% if loop.index == 1 and outer_loop.index == 1 -%}
data-background-video-muted
{%- endif -%}
{%- endif %}
{% if slide_config.loop -%}
data-background-video-loop
{%- endif -%}
Expand Down
2 changes: 1 addition & 1 deletion manim_slides/templates/revealjs.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
data-background-video="{{ file }}"
{% if loop.index == 1 and outer_loop.index == 1 -%}
data-background-video-muted
{%- endif -%}
{%- endif %}
{% if slide_config.loop -%}
data-background-video-loop
{%- endif -%}
Expand Down

0 comments on commit 9460f6b

Please sign in to comment.