[PR #336] [MERGED] Enhancements for YouTube Links #959

Open
opened 2026-01-29 14:47:46 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/336
Author: @FranklinWhale
Created: 4/29/2019
Status: Merged
Merged: 5/10/2019
Merged by: @xoofx

Base: masterHead: youtube-enhancements


📝 Commits (5)

📊 Changes

3 files changed (+81 additions, -20 deletions)

View changed files

📝 src/Markdig.Tests/Specs/MediaSpecs.generated.cs (+22 -7)
📝 src/Markdig.Tests/Specs/MediaSpecs.md (+20 -5)
📝 src/Markdig/Extensions/MediaLinks/MediaLinkExtension.cs (+39 -8)

📄 Description

Fixes lunet-io#335

Also makes sure the URL returned by a provider is escaped.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/336 **Author:** [@FranklinWhale](https://github.com/FranklinWhale) **Created:** 4/29/2019 **Status:** ✅ Merged **Merged:** 5/10/2019 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `youtube-enhancements` --- ### 📝 Commits (5) - [`5627865`](https://github.com/xoofx/markdig/commit/56278657fd2e19c325a2dffbda47059e7ace3281) Fixes #335 - [`a1e96d7`](https://github.com/xoofx/markdig/commit/a1e96d717b6e630abd3c288c6a9d368d9dc596b1) Correct lambda - [`50d4256`](https://github.com/xoofx/markdig/commit/50d42560da9710d89da8e0f33789ef82a643e3c3) Use null-conditional operator - [`d0a2ae2`](https://github.com/xoofx/markdig/commit/d0a2ae2b502c6530fc5af6a0842771fa4681be3a) Code formatting change - [`d1f99cd`](https://github.com/xoofx/markdig/commit/d1f99cdb69edec5439d87147d937c733559c688c) Add test cases and URL escaping ### 📊 Changes **3 files changed** (+81 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Specs/MediaSpecs.generated.cs` (+22 -7) 📝 `src/Markdig.Tests/Specs/MediaSpecs.md` (+20 -5) 📝 `src/Markdig/Extensions/MediaLinks/MediaLinkExtension.cs` (+39 -8) </details> ### 📄 Description Fixes lunet-io#335 Also makes sure the URL returned by a provider is escaped. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:47:46 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#959