in lib/github/markup/command_implementation.rb [66:69]
def sanitize(input, encoding) input.gsub("\r", '').force_encoding(encoding) end