npm / marky-markdown

npm's markdown parser
https://www.npmjs.com/package/@npmcorp/marky-markdown
405 stars 72 forks source link

Support relative links for GitLab #438

Open Voles opened 5 years ago

Voles commented 5 years ago

The source code for our NPM package is hosted on a GitLab repository. We use relative links in our README.

It looks like relative links are only supported (being converted to absolute ones) for GitHub repositories. So they don't work for our GitLab repository.

Can I help by adding support for GitLab, or is there reasons why currently only GitHub is being supported?

Thanks!