saberland/saber

The issue has been closed
Complete support for relative links in Markdown page #474
egoist posted onGitHub
<!-- Please don't delete this template or we'll close your issue -->
<!-- Before creating an issue please make sure you are using the latest version of Saber. -->
Feature request
<!-- Please ask questions via following several ways. -->
<!-- https://chat.saber.land/ -->
<!-- https://stackoverflow.com/questions/ask?tags=saberjs -->
What problem does this feature solve?
<!-- this works -->
[about](./foo.md)
<!-- this doesn't -->
[contact](./contact.vue)
We should support all possible extensions here https://github.com/saberland/saber/blob/fb2832440886cc1ed3a5262fdb7a90cee7aa8125/packages/saber/lib/markdown/link-plugin.js#L28
Extensions can be retrieved from api.transformers