mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
[PR #336] [MERGED] Enhancements for YouTube Links #959
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:youtube-enhancements📝 Commits (5)
5627865Fixes uncorrect parsing result with very rare case (#335)a1e96d7Correct lambda50d4256Use null-conditional operatord0a2ae2Code formatting changed1f99cdAdd test cases and URL escaping📊 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.