Skip to content

Add support for Russian letters in markdown heading anchors

gitlab-qa-bot requested to merge github/fork/blackst0ne/master into master

Current version of GitLab doesn't work properly in generating anchors for wiki pages if headers consist of Russian letters only.

I've changed the header(text, level) function in gitlab_html.rb to support Russian letters.

Maybe there is more elegant way to support non-latin UTF-symbols.

Merge request reports