Skip to content
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

YouTube shortcode should chomp whitespace #1306

Open
illicitonion opened this issue Jan 13, 2025 · 0 comments
Open

YouTube shortcode should chomp whitespace #1306

illicitonion opened this issue Jan 13, 2025 · 0 comments

Comments

@illicitonion
Copy link
Member

Currently if you write:

{{<youtube>}}https://www.youtube.com/watch?v=U1QWx8xbbt4
{{</youtube>}}

your embed won't work because the trailing \n will end up in the querystring.

Ideally this should just do what we expect (stripping the whitespace and showing the video)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant