Closed johnd0e closed 4 years ago
Samples where highlighting brakes:
[r':\\', r'://']
text.replace('\\', r'\\').replace('\n', '\\\n').replace("'", r"\'")
fixed
Samples where highlighting brakes: