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

Fix link render issue after page refreshing #276

Merged
merged 4 commits into from
Oct 12, 2017
Merged

Fix link render issue after page refreshing #276

merged 4 commits into from
Oct 12, 2017

Conversation

laysent
Copy link
Contributor

@laysent laysent commented Oct 12, 2017

Following markdown file illustrate how to reproduce this issue:

## repo

1. First click on the link shown [below](#internal-link)
2. Then refresh the page (url should end with `?id=repo`)
3. Link generated for internal links are wrong after refreshing,
`id` is added without removing existing one

    i.e. `?id=repo?id=repo`

    When clicking on these links, error will be thrown.

## internal link

Click [me](#repo)

Please makes sure these boxes are checked before submitting your PR, thank you!

  • Make sure you are merging your commits to master branch.
  • Add some descriptions and refer relative issues for you PR.
  • DO NOT include files inside lib directory.

@QingWei-Li QingWei-Li merged commit 7090350 into docsifyjs:master Oct 12, 2017
QingWei-Li pushed a commit that referenced this pull request Oct 12, 2017
* fix scroll issue in IE

* add meta tag for IE browser

* fix link render issue after page refreshing
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 this pull request may close these issues.

None yet

2 participants