Added
- YouTube Embed Iframe Refusal Fix: Solved the
www.youtube.com refused to connecterror 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.