BigW Consortium Gitlab

Commit cddf61ef by Dmitriy Zaporozhets

Merge pull request #363 from druidvav/master

Lexer корёжит имена пользователей на русском языке
parents 2efc1068 03bf5584
......@@ -15,7 +15,7 @@
%h3 Git global setup:
- setup_str = ["git config --global user.name \"#{current_user.name}\"",
"git config --global user.email \"#{current_user.email}\""].join("\n")
= raw bash_lexer.highlight(setup_str)
= raw bash_lexer.highlight(setup_str, :lexer => 'bash', :options => {:encoding => 'utf-8'})
%br
%br
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment