Removing trailing whitespace in markdown files will ruin line breaks.
To fix it the following settings needs to be added to the .editorconfig file:
[*.md]
trim_trailing_whitespace = false
Removing trailing whitespace in markdown files will ruin line breaks.
To fix it the following settings needs to be added to the .editorconfig file:
[*.md]
trim_trailing_whitespace = false