Skip to content
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

line breaks are not taken in account #1481

Open
Malix-Labs opened this issue Nov 3, 2024 · 0 comments
Open

line breaks are not taken in account #1481

Malix-Labs opened this issue Nov 3, 2024 · 0 comments

Comments

@Malix-Labs
Copy link

Malix-Labs commented Nov 3, 2024

Problem

Text  
Text in same paragraph but with a newline before

Note : There is 2 spaces after the first "Text"

gets formatted to

Text
Text in same paragraph but withOUT a newline before

Note : There is 0 spaces after the first "Text"

Solution

keep

Text  
Text in same paragraph but with a newline before

Formatted the same

I suggest that at the end of a line, 1 space gets stripped to 0, 2 or more spaces gets stripped to 2 spaces

Related

@Malix-Labs Malix-Labs changed the title at end of line gets stripped down line breaks are not taken in account Nov 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant