Skip to content

Commit

Permalink
markdown rules change
Browse files Browse the repository at this point in the history
  • Loading branch information
ultimape committed Jul 23, 2024
1 parent c977e5e commit d21bd3c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
// ----
// markdown rules
"[markdown]": {
"editor.quickSuggestions": true
"editor.quickSuggestions": {
"comments": "on",
"strings": "on",
"other": "on"
}
},
"markdown.preview.breaks": true,
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
Expand Down

0 comments on commit d21bd3c

Please sign in to comment.