Add support for Russian letters in markdown heading anchors
Created by: blackst0ne
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.