diff --git a/.vscode/settings.json b/.vscode/settings.json index 7b0880c..323c76e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -15,5 +15,6 @@ "files.watcherExclude": { "**/node_modules": true }, - "vscodeMarkdownNotes.noteCompletionConvention": "noExtension" + "vscodeMarkdownNotes.noteCompletionConvention": "noExtension", + "vscodeMarkdownNotes.slugifyMethod": "github-slugger" }