CodeYourFuture / CodeYourFuture/curriculum
YouTube shortcode should chomp whitespace
Open
- Dominant language
- HTML
- Stars
- 76
- Forks
- 135
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 20
Description
Currently if you write:
```
{{}}https://www.youtube.com/watch?v=U1QWx8xbbt4
{{}}
```
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)
Contributor guide
Assessment
This issue has not been assessed yet.