fix #58
This commit is contained in:
parent
4a53f4a126
commit
7f68f3db13
|
@ -26,7 +26,7 @@ module GitHubChangelogGenerator
|
|||
|
||||
string.gsub! '\\', '\\\\'
|
||||
|
||||
encpas_chars = %w(> * _ \( \) [ ])
|
||||
encpas_chars = %w(> * _ \( \) [ ] #)
|
||||
encpas_chars.each { |char|
|
||||
string.gsub! char, "\\#{char}"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user