When submitting a code file, sequences like \b are being replaced by [BS] (I assume to indicate backspace character) in the PDF source view. Below is a screenshot of an example.
Ideally this would still be \b, as the file should display the text as given.
I don't know if this is related to #128, but that describes the same character being an issue.
When submitting a code file, sequences like
\bare being replaced by[BS](I assume to indicate backspace character) in the PDF source view. Below is a screenshot of an example.Ideally this would still be
\b, as the file should display the text as given.I don't know if this is related to #128, but that describes the same character being an issue.