You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2021. It is now read-only.
When pages are generated from Markdown content, users (including me) expect that links to relative md files (i.e. [some text](./other-file.md) will automatically be converted to links to the rendered page corresponding to the linked file.
Turns out that Jekyll does not support this out of the box.
Consequence
Without support for relative linking to other files, there are two options:
Reasoning
When pages are generated from Markdown content, users (including me) expect that links to relative md files (i.e.
[some text](./other-file.md)
will automatically be converted to links to the rendered page corresponding to the linked file.Turns out that Jekyll does not support this out of the box.
Consequence
Without support for relative linking to other files, there are two options:
https://jekyllrb.com/docs/liquid/tags/#linking-to-posts
https://stackoverflow.com/questions/4629675/jekyll-markdown-internal-links
Proposed solution
Add the Jekyll Relative Links
The text was updated successfully, but these errors were encountered: