CodeYourFuture / CodeYourFuture/curriculum

YouTube shortcode should chomp whitespace

Open
#1,306 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.