You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text is wrapped with <> at first, and after I put one character after the dot ., it's converted to this syntax [](). Once it's converted to [](), the linked email address inside () is no longer updated.
Screen.Recording.2023-10-19.at.21.48.48.mov
Runtime
Chrome
OS
macOS
Build and bundle tools
Vite
The text was updated successfully, but these errors were encountered:
I'd like to fix this, but currently seems like we have temporarily removed this feature. I haven't checked the old version, but looks like it automatically transforms the link into a markdown link. And seems like gfm doesn't work like this, instead it turns a link into a href when it renders. I think we should make it like github, render it in rendering process.
Initial checklist
Affected packages and versions
@milkdown/preset-gfm
Link to runnable example
Milkdown Playground https://milkdown.dev/playground
Steps to reproduce
Example:
Expected behavior
The link text and the linked email address should be the same
Example:
Actual behavior
The linked email address is cut off at the first character
Example:
The text is wrapped with
<>
at first, and after I put one character after the dot.
, it's converted to this syntax[]()
. Once it's converted to[]()
, the linked email address inside()
is no longer updated.Screen.Recording.2023-10-19.at.21.48.48.mov
Runtime
Chrome
OS
macOS
Build and bundle tools
Vite
The text was updated successfully, but these errors were encountered: