We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
The extension adds 2 new lines at the end of the file, which conflicts with linting rules. Is there a setting to suppress that?
I added these rules, but they do not make a difference:
"markdownFormatter.formatOpt": { "end-with-newline": false, "indent_size": 2, "preserve-newlines": false, "max-preserve-newlines": 1 },
(When I disable the markdown-formatter extension, no empty lines are added, so I assume it is something that this extension does and not VScode...)
Thank you!
The text was updated successfully, but these errors were encountered:
I'm sorry about this issue. It has been fixed in the 0.8.1 version. Thank you.
Sorry, something went wrong.
Thank you very much!!!
No branches or pull requests
Hi!
The extension adds 2 new lines at the end of the file, which conflicts with linting rules. Is there a setting to suppress that?
I added these rules, but they do not make a difference:
(When I disable the markdown-formatter extension, no empty lines are added, so I assume it is something that this extension does and not VScode...)
Thank you!
The text was updated successfully, but these errors were encountered: