mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-14 13:54:55 +00:00
[PR #435] Fix media link classes not being added #1039
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?
Original Pull Request: https://github.com/xoofx/markdig/pull/435
State: closed
Merged: Yes
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.