Replies: 2 comments 4 replies
-
|
This one is tricky. IWE core is build in a way that it works with Markdown elements, not the text. In markdown there is no such element as semantic line break. |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
I just added a fix for this. Would become this Thanks for your input! I hope this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A problem with
iwe's normalization is thisA markdown file will change from
to
on a simple save in the editor or on
iwe normalizefrom the cli.This should not happen. Because of Semantic Line Breaks. People use this for keeping markdown files and other plain text source files easier to both read AND edit fast on a line by line basis.
(and even if it should happen, at least keep spaces between the joined lines)
Beta Was this translation helpful? Give feedback.
All reactions