Closed mguinness closed 3 years ago
Thought I'd follow up, will anyone be able to review?
@mguinness I'll review this at the weekend, next week. Sorry about missing this. Could you fix the fix merge conflict in the meantime
Greetings Damien
@mguinness works great, thanks
Text with quotes is escaped but not enclosed with quotes per RFC4180:
For example
Reviewed "bad" code
is output asReviewed ""bad"" code
instead of"Reviewed ""bad"" code"
.Another possible change not included in this PR is preserving new line characters by enclosing with double quotes:
That would be a breaking change, but another formatter option could be added for backwards compatibility.