BUG : Conflict Between Link and Strong Marks in Milkdown #1515
Unanswered
bayoudh-socrate
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When using both the link and strong marks together, I encountered an issue where the markdown syntax for bold (**) remains visible in the editor.
This issue specifically occurs when I try to apply the link and bold formatting to only part of a string
However, if I apply both marks to the entire string, everything works correctly, and no markdown syntax is displayed.
Same problem:
Expected Behavior:
The ** syntax should not be displayed when applying both link and strong marks to part of a string, and the bold formatting should render without showing the raw markdown.
Steps to Reproduce:
Actual Behavior:
When applying both link and strong marks to part of a string, the ** markdown syntax for strong remains visible. This does not occur when the entire string is formatted with both marks.
Additional Info:
Milkdown version: 7.5.0
Browser/Environment: Chrome | 128.0.6613.138 (Official Build) (arm64) (macOS Version 14.6.1 (Build 23G93))
Plugins:
Video demonstration: @Saul-Mirone this is a video example : https://github.com/user-attachments/assets/ad354214-a975-4ed8-b478-2506e918903c
Beta Was this translation helpful? Give feedback.
All reactions