updated slugify method for markdown notes

This commit is contained in:
Riccardo 2020-10-20 16:57:02 +02:00 committed by GitHub
parent 21605350b4
commit b6ec501cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -15,5 +15,6 @@
"files.watcherExclude": {
"**/node_modules": true
},
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension"
"vscodeMarkdownNotes.noteCompletionConvention": "noExtension",
"vscodeMarkdownNotes.slugifyMethod": "github-slugger"
}