You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
turn off auto-formatting on save, either for specific formatting rules and/or for all rules
turn off the extension and/or specific rules for specific files or file spaces
Other information
I have a codebase where the documentation is made using mkdocs. These files require some specific indentation/line breaks that this extension keeps changing. I generally use prettier to handle the formatting of my mardown files, where I have precise control over which rules to apply to which files. However, vscode-markdown is overriding some of my settings and autoformatting the files in a way that I dont want (this does not happen if I disable the extension).
At the same time, the codebase still contains a README file and a few other "standard" md files, for which I appreciate the TOC like features this plugin offers.
Right now, as far as I can see from the documentation, I either need to turn off the extension for the entire workspace, or manually toggle the on/off switch for this extension whenever working on those files.
The text was updated successfully, but these errors were encountered:
Proposal
It would be great if it were possible to:
Other information
I have a codebase where the documentation is made using mkdocs. These files require some specific indentation/line breaks that this extension keeps changing. I generally use prettier to handle the formatting of my mardown files, where I have precise control over which rules to apply to which files. However, vscode-markdown is overriding some of my settings and autoformatting the files in a way that I dont want (this does not happen if I disable the extension).
At the same time, the codebase still contains a README file and a few other "standard" md files, for which I appreciate the TOC like features this plugin offers.
Right now, as far as I can see from the documentation, I either need to turn off the extension for the entire workspace, or manually toggle the on/off switch for this extension whenever working on those files.
The text was updated successfully, but these errors were encountered: