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
I searched issues and discussions and couldn’t find anything (or linked relevant results below)
Affected packages and versions
"@milkdown/vue": "^7.5.0"
Link to runnable example
No response
Steps to reproduce
When I input link in the editor, it is not transformed into . Instead, the output displays as [link](). I am not sure if the issue is caused by the . However, if I set ctx.set(defaultValueCtx, 'link') during initialization, it displays correctly as .
I would like to know the correct way to input a link
Expected behavior
Actual behavior
null
Runtime
Chrome
OS
macOS
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered:
After a little digg'in, I think this may caused by extracting plugin-automd out of preset-commonmark. You should just use plugin-automd then you got it. I think it's better to make plugin-automd shipped with crepe.
After a little digg'in, I think this may caused by extracting plugin-automd out of preset-commonmark. You should just use plugin-automd then you got it. I think it's better to make plugin-automd shipped with crepe.
Initial checklist
Affected packages and versions
"@milkdown/vue": "^7.5.0"
Link to runnable example
No response
Steps to reproduce
When I input link in the editor, it is not transformed into . Instead, the output displays as [link](). I am not sure if the issue is caused by the . However, if I set ctx.set(defaultValueCtx, 'link') during initialization, it displays correctly as .
I would like to know the correct way to input a link
Expected behavior
Actual behavior
null
Runtime
Chrome
OS
macOS
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: