andreaskoch / allmark

A cross-platform markdown web server
https://allmark.io
Other
314 stars 73 forks source link

add support for linking to md files #10

Open sujee opened 8 years ago

sujee commented 8 years ago

I have a directory like this: dir/ README.md a.md b.md c.md

I have links in README.md linking to other md files e.g. now checkout a.md

Those links (a.md) are not working. I get a 'file not found' error.

I am guessing allmark is looking for 'a.md/README.md' file and it is unable to find it.

Could this be fixed? so direct links to files work

liudanking commented 7 years ago

+1

ve3 commented 4 years ago

I'm using index link Example:

[text][1]
[1]: file.md

Also not working.