When you explicitly add a link (like [name](url)) properly handle IPFS as links too.
In text, detect CID's en "linkify" them.
The markdown-it library seems popular and should probably be a first candidate to implement this in.
Don't know where normal link parsing would fit in.
Detecting it in text would be in the linkify-it plugin
Support can be in 2 levels:
[name](url)
) properly handle IPFS as links too.The
markdown-it
library seems popular and should probably be a first candidate to implement this in. Don't know where normal link parsing would fit in. Detecting it in text would be in the linkify-it plugin