I've got a shortcode that successfully returns a bunch of html.
I want any video urls in that html to get "embedded" - but can only get the url to disappear if I try
$out=do_shortcode($out);
I've tried wrapping
https://www.youtube.com/watch?v=dQw4w9WgXcQ
in embed tags and made sure it's on it's own line too.
How do I get $out to have the embed magic happen please?