-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(convert): Whitespace issue in default RevealJS template #442
Conversation
Hello @yunusey, thanks for catching this bug! I recognize that the "whitespace trimming" performed by Jinja2 is not very consistent in my template, and I definitely should improve it! Would you mind adding an entry to the CHANGELOG file? |
And thanks for linking to the appropriate documentation, I didn't know about the |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #442 +/- ##
=======================================
Coverage 79.30% 79.30%
=======================================
Files 22 22
Lines 1822 1822
=======================================
Hits 1445 1445
Misses 377 377 ☔ View full report in Codecov by Sentry. |
Hi @jeertmans! I've added the entry (ddc8394) - I hope you should be able to see it now. I just checked #443, everything looks great. Please let me know if there's anything else I can help with! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, that’s great!
Description
First of all, thanks for the amazing project!
Recently, I was trying to deploy my animation to web using RevealJS where I wanted the first slide to loop. On the player, everything was working fine, but on the website, the first slide wasn't looping. When I looked at the produced
html
file, I saw this:I think there's a problem with the spacing of
data-background-video-muted
anddata-background-video-loop
default RevealJS template.I tested my current change in my slides, it worked fine. I recommend checking out Jinja2's whitespace control.
Check List (Check all the applicable boxes)
Screenshots
Note to reviewers