Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Support relative links in markdown #17

Open
dataground opened this issue Dec 4, 2013 · 1 comment
Open

Support relative links in markdown #17

dataground opened this issue Dec 4, 2013 · 1 comment
Labels

Comments

@dataground
Copy link

Hi,

I like carew, but i have an issue, in my markdown i use:

  [Some relative link](somedir/otherfile.md)

It gives a 404. My markdown docs use this a lot. On bitbucket/github the relative links work fine.

In carew:

  [Some relative link](somedir/otherfile.html)

Works fine, but assumes a static site was generated. Maybe you could just add an alias route for the .md link? or replace the links to represent the generated .html version? It would help me a lot. Thanks!

Regards, Pim

@lyrixx
Copy link
Member

lyrixx commented Dec 4, 2013

Just to be sure, You want:
[Some relative link](somedir/otherfile.md) == [Some relative link](somedir/otherfile.html) ?

It should be easy.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants