Closed jkrshnmenon closed 3 months ago
When trying to open a file that contains the windows style CRLF endings, the rendering looks weird. I can confirm that replacing the \x0d\x0a with \x0a does fix the rendering. But I'm not sure if this is a case you'd want to handle within mdt.
Screenshot of the problem is attached.
Oops, forgot to upload the actual MD file.
foo.md
I have gotten the same bug on *nix system with another file. It wasn't a problem earlier, so I have to do a bisect to find the culprit.
When trying to open a file that contains the windows style CRLF endings, the rendering looks weird. I can confirm that replacing the \x0d\x0a with \x0a does fix the rendering. But I'm not sure if this is a case you'd want to handle within mdt.
Screenshot of the problem is attached.