This commit is contained in:
Petr Korolev 2015-03-03 17:33:51 +02:00
parent 3e2978357c
commit 8243f6f00c

View File

@ -26,7 +26,7 @@ module GitHubChangelogGenerator
string.gsub! '\\', '\\\\'
encpas_chars = %w(> * _ \( \) [ ])
encpas_chars = %w(> * _ \( \) [ ] #)
encpas_chars.each { |char|
string.gsub! char, "\\#{char}"
}