mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-12 21:39:32 +00:00
[PR #435] [MERGED] Fix media link classes not being added #1034
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/435
Author: @RudeySH
Created: 5/12/2020
Status: ✅ Merged
Merged: 6/9/2020
Merged by: @xoofx
Base:
master← Head:patch-1📝 Commits (5)
6e0363aFix media link classes not being added42462d7Reorder class attribute in test casesba192ceRemove redundancy, apply same fix to audio/videod53128dReorder class attribute in spec testsea67a29Test CSS classes using both Bootstrap and MediaLinks📊 Changes
4 files changed (+58 additions, -41 deletions)
View changed files
📝
src/Markdig.Tests/Specs/MediaSpecs.generated.cs(+13 -13)📝
src/Markdig.Tests/Specs/MediaSpecs.md(+11 -11)📝
src/Markdig.Tests/TestMediaLinks.cs(+28 -11)📝
src/Markdig/Extensions/MediaLinks/MediaLinkExtension.cs(+6 -6)📄 Description
I noticed this when using both the Bootstrap extension and the Media Links extension. When Bootstraps adds
img-fluid, the Media Link extension didn't add their classes as well. This PR should fix that.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.