https://github.com/rickstaa/relative_md_links_file_bug
Small example repository to show that relative links to non-markdown files do not work.
https://github.com/rickstaa/relative_md_links_file_bug
Last synced: 3 months ago
JSON representation
Small example repository to show that relative links to non-markdown files do not work.
- Host: GitHub
- URL: https://github.com/rickstaa/relative_md_links_file_bug
- Owner: rickstaa
- Created: 2023-10-12T18:10:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T18:12:17.000Z (over 2 years ago)
- Last Synced: 2025-01-14T07:29:41.168Z (over 1 year ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# relative_md_links_file_bug
Small example repository to show that relative links to non-markdown files do not work.
## Relative link to file
This [relative link](json_test.json) should open the `json_test.json` file.
## Relative link to file in folder
This [relative link](src/json_test.json) should open the `json_test.json` file in the `src` folder.