Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add IPFS support in markdown parsers #17

Open
markg85 opened this issue Nov 4, 2022 · 0 comments
Open

Add IPFS support in markdown parsers #17

markg85 opened this issue Nov 4, 2022 · 0 comments

Comments

@markg85
Copy link
Collaborator

markg85 commented Nov 4, 2022

Support can be in 2 levels:

  1. When you explicitly add a link (like [name](url)) properly handle IPFS as links too.
  2. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant