I noticed some requests with percentages ended up with blanks in them.
Because of latex parsing, any text following % is considered a comment and removed.
I think the obvious fix is to just not parse latex comments, which is provided with a simple option on the latex parser. I don't think parsing comments adds any functionality since it just removes output.
I noticed some requests with percentages ended up with blanks in them.
Because of latex parsing, any text following % is considered a comment and removed.
I think the obvious fix is to just not parse latex comments, which is provided with a simple option on the latex parser. I don't think parsing comments adds any functionality since it just removes output.
Before:
After