vernak2539 / astro-rehype-relative-markdown-links

Rehype Plugin for Astro that allows for usage of relative links between markdown files
https://www.npmjs.com/package/astro-rehype-relative-markdown-links
12 stars 4 forks source link

fix: do not transform directory paths (#12) #13

Closed techfg closed 6 months ago

techfg commented 6 months ago

Resolves #12

Contains two commits:

  1. c985434 adds test cases (Lines 178 thru 235) that demonstrate the issue. Also took the liberty to add a few more unrelated test cases (Lines 133 thru 176) to improve overall coverage and renamed some existing tests to clarify file based operations. Happy to edit/remove any of those if you prefer.
  2. 1769244 addresses #12