MD-Link Funtion
Past due by over 4 years
80% complete
Get all the links in markdown files and a directory
Acceptance criteria
- The user could import the module with require.
- The user could use the CLI such as a library and see the links information.
Definition of done
- The function receives 2 arguments (path, option).
- Return a new promise which resolves an array with an object for each link.
- The function pa…
Get all the links in markdown files and a directory
Acceptance criteria
- The user could import the module with require.
- The user could use the CLI such as a library and see the links information.
Definition of done
- The function receives 2 arguments (path, option).
- Return a new promise which resolves an array with an object for each link.
- The function pass testing.