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 wrong anchors for non-latin headings (#3981) #512

Merged
merged 1 commit into from
Dec 31, 2016

Commits on Dec 27, 2016

  1. Fix wrong anchors for non-latin headings (go-gitea#3981)

    Change Javascript regular expression to match non-latin characters
    The regex comes from here: http://stackoverflow.com/questions/150033/regular-expression-to-match-non-english-characters#comment22322603_150078
    
    And this patch should fixed these two issues: go-gitea#3919 go-gitea#3843
    joelliang authored and Bwko committed Dec 27, 2016
    Configuration menu
    Copy the full SHA
    42b556b View commit details
    Browse the repository at this point in the history