We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 179fa1a commit 4483fdcCopy full SHA for 4483fdc
lib/plugins/mdsvex/index.js
@@ -9,7 +9,7 @@ module.exports.default = {
9
{
10
event: 'start',
11
action: (app, params) => {
12
- const extension = params.extension || .md
+ const extension = params.extension || '.md'
13
14
//provide an mdsvex object for developers to modify
15
const conf = { extension, ...params }
0 commit comments