You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
YouTube Embed Iframe Refusal Fix: Solved the www.youtube.com refused to connect error in video iframe players by implementing a parser (to_embed_url) in the generator script to dynamically rewrite standard YouTube watch/shortened URLs into the required embed format, fully preserving start-times (start=...) and playlist IDs (list=...).
Fixed
MD037 Lint Fix (Video Portal): Fixed a markdown linter failure in v2-docs/videos/cloud-native.md (and other video documents) by converting asterisk-based bullets (* ) in video summaries to dash-based bullets (- ). This avoids syntax collision where the linter parses indented asterisk bullets inside blocks as malformed bold/emphasis markers.