Markdown links are not converted to real links
Open
- Dominant language
- JavaScript
- Stars
- 19
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
If you link from one markdown file to another (e.g. `[foo](components/bar.md)`), field-guide preserves the link as-is and tries to route to `/components/bar.md` when rendering the app. It should instead route to `/components/bar`, which is where the `components/bar.md` file was rendered by field-guide.
Contributor guide
Assessment
This issue has not been assessed yet.