markdown-formatter icon indicating copy to clipboard operation
markdown-formatter copied to clipboard

linux 上格式化makrdown表格不管用,没有自动添加空格

Open Liu-MMM opened this issue 4 years ago • 0 comments

这是我的配置 "markdownFormatter.codeAreaToBlock": "", "markdownFormatter.fullWidthTurnHalfWidth": "auto", "markdownFormatter.formatOpt": { "indent_size": 2 }, "[markdown]": { "editor.formatOnSave": true, "editor.renderWhitespace": "all", "editor.quickSuggestions": { "other": true, "comments": true, "strings": true }, "editor.snippetSuggestions": "top", "editor.tabCompletion": "on", "editor.acceptSuggestionOnEnter": "on", "editor.defaultFormatter": "mervin.markdown-formatter" }

Liu-MMM avatar Aug 04 '21 08:08 Liu-MMM