-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description removes Windows-style newlines. #28
Comments
Can you clone/download the master and try if this resolves the issue? I'm not on a PC. If this resolves, I'll release a patch version. |
You don't need a PC to reproduce the problem: just save one of your js files with Windows line-endings. VSCode does this, or you could use this command line to convert from Unix to Windows:
(output.txt and input.txt must be different). |
I tested your patch: and it fixes the problem. |
@onury Do you need more information? |
nope. I was just busy. Sorry for the wait. Released. |
No need to be sorry :) Thanks! |
Let's say I have a description like this one:
If I save the file with Windows line-endings (
CRLF
), the generated symbol.description will be:Which will end up rendering this description html:
If I save the save file with Unix line-endings (
LF
), the symbol.description will be correct:Which end up rendering this description html:
The text was updated successfully, but these errors were encountered: