[PR #280] [CLOSED] Make MediaLinkExtension XML well-formed #908

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/280
Author: @FranklinWhale
Created: 1/3/2019
Status: Closed

Base: masterHead: patch-1


📝 Commits (3)

  • 9bbd396 Make MediaLinkExtension XML well-formed
  • da9dc35 Update spec and test cases
  • 8204fd6 Use empty string instead of attribute name

📊 Changes

3 files changed (+12 additions, -12 deletions)

View changed files

📝 src/Markdig.Tests/Specs/MediaSpecs.md (+4 -4)
📝 src/Markdig.Tests/Specs/Specs.cs (+5 -5)
📝 src/Markdig/Extensions/MediaLinks/MediaLinkExtension.cs (+3 -3)

📄 Description

Change <video controls> to <video controls=""> and <iframe allowfullscreen> to <iframe allowfullscreen="">


🔄 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/280 **Author:** [@FranklinWhale](https://github.com/FranklinWhale) **Created:** 1/3/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (3) - [`9bbd396`](https://github.com/xoofx/markdig/commit/9bbd396b805b00d88d445c5d4b23bc86667d6e8c) Make MediaLinkExtension XML well-formed - [`da9dc35`](https://github.com/xoofx/markdig/commit/da9dc35ea3f07a8285949c2ba7b6f8dfd03b5f72) Update spec and test cases - [`8204fd6`](https://github.com/xoofx/markdig/commit/8204fd6925f87c93f2769375b22cb40d032cd07c) Use empty string instead of attribute name ### 📊 Changes **3 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/Specs/MediaSpecs.md` (+4 -4) 📝 `src/Markdig.Tests/Specs/Specs.cs` (+5 -5) 📝 `src/Markdig/Extensions/MediaLinks/MediaLinkExtension.cs` (+3 -3) </details> ### 📄 Description Change `<video controls>` to `<video controls="">` and `<iframe allowfullscreen>` to `<iframe allowfullscreen="">` --- <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:06 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#908