How are links parsed? #1525
-
I'm working on adding Milkdown support for a project I work on and noticed the standard Markdown format of |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Noting that further research lead me to learn these are proper links known as auto-links that I hadn't encountered prior. It then makes sense that the <> output is supported, but I am still confused as to why the |
Beta Was this translation helpful? Give feedback.
-
Hi, I encountered the same issue, have you made any progress? |
Beta Was this translation helpful? Give feedback.
-
Basically you need to enable plugin-automd or write a prosemirror input rule to parse the link. I plan to add the input rule in the common mark preset. |
Beta Was this translation helpful? Give feedback.
Basically you need to enable plugin-automd or write a prosemirror input rule to parse the link. I plan to add the input rule in the common mark preset.