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

Subject in header in _sidebar.md and Home.md should not have .md at the end #27

Open
kevin-lee opened this issue Mar 24, 2015 · 0 comments · May be fixed by #28
Open

Subject in header in _sidebar.md and Home.md should not have .md at the end #27

kevin-lee opened this issue Mar 24, 2015 · 0 comments · May be fixed by #28

Comments

@kevin-lee
Copy link

The current pre-commit generates a subject_to_header value for a _sidebar.md file like

### [[☰|1.-About.md]] 1. About.md

1.-About.md is https://github.com/hybridgroup/GitHub-Wikifier/wiki/1.-About.md (<= Please click it to see what happens)
and it is redirected to https://raw.githubusercontent.com/wiki/hybridgroup/GitHub-Wikifier/1.-About.md which is a URL for a raw content.

So, to avoid this issue, the md extension should be removed.

Just like this one

### [[☰|1.-About]] 1. About
kevin-lee added a commit to kevin-lee/GitHub-Wikifier that referenced this issue Mar 24, 2015
@kevin-lee kevin-lee changed the title Subject in header in _sidebar.md should not have .md at the end Subject in header in _sidebar.md and Home.md should not have .md at the end Mar 24, 2015
@kevin-lee kevin-lee linked a pull request Mar 24, 2015 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant