-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
type: bugcode to address defects in shipped codecode to address defects in shipped code
Description
Describe the bug
When a link is created in the markdown widget in rich text mode and later deleted, the link is not fully removed. The text disappears, but the hyperlink itself remains. This becomes visible when switching to markdown mode.
To Reproduce
- Open page with markdown widget
- Insert a link inside
- Delete the linked text - in rich text mode
- Switch to markdown mode to see that hyperlink is not deleted
Expected behavior
Both the text and the hyperlink should be removed when deleting a link.
Screenshots
Untitled.mov
Applicable Versions:
- Decap CMS version: 3.8.3
- Git provider: GitHub
- OS: macOS 26.0.1
- Browser version: Chrome 141
CMS configuration
{name: caption, widget: markdown, i18n: true, required: false, buttons: ["link"], editor_components: []},
domcleal
Metadata
Metadata
Assignees
Labels
type: bugcode to address defects in shipped codecode to address defects in shipped code