code blocks done with ~~~~ not recognized when DOS style line endings are used
The problem goes away if I convert the line endings to UNIX style. The result of displaying the file is shown in the screenshot.
- openpoints.md 100 Bytes
- Screenshot_2022-09-02_at_10.42.05.png 223 KB
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Brett on 02 Sep, 2022 10:44 AM
Yes, DOS line endings cause all kinds of problems. Even windows machines can be set to use UNIX newlines.
-Brett
2 Posted by Frank on 02 Sep, 2022 10:53 AM
sure but this doesn't work necessarily with all editors on Windows. And to convert all files that I receive is also only a workaround.
From a conceptual point of view, your parsing module should nevertheless handle them gracefully, don't you agree?
Support Staff 3 Posted by Brett on 02 Sep, 2022 11:23 AM
For the most part it does, but there have always been some kinks. I'll take another look at it.