Skip to content

MD-Link Funtion

Past due by over 4 years 80% complete

Get all the links in markdown files and a directory

Acceptance criteria

  1. The user could import the module with require.
  2. The user could use the CLI such as a library and see the links information.

Definition of done

  1. The function receives 2 arguments (path, option).
  2. Return a new promise which resolves an array with an object for each link.
  3. The function pa…

Get all the links in markdown files and a directory

Acceptance criteria

  1. The user could import the module with require.
  2. The user could use the CLI such as a library and see the links information.

Definition of done

  1. The function receives 2 arguments (path, option).
  2. Return a new promise which resolves an array with an object for each link.
  3. The function pass testing.
Loading