Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add support for linking to md files #10

Open
sujee opened this issue Aug 14, 2016 · 2 comments
Open

add support for linking to md files #10

sujee opened this issue Aug 14, 2016 · 2 comments

Comments

@sujee
Copy link

sujee commented Aug 14, 2016

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
Copy link

+1

@ve3
Copy link

ve3 commented Nov 24, 2019

I'm using index link
Example:

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

Also not working.

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

No branches or pull requests

3 participants