Skip to content

Commit 2e14ec6

Browse files
committed
fix(copy): comments affect the mrkdown file function
Github's issue template does not recognize markdown with comments.
1 parent 4d0199f commit 2e14ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/copy.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const commentator = [
1616
},
1717
{
1818
filenames: [],
19-
extnames: ['.md'],
19+
// extnames: ['.md'],
2020
create: (upgrade) => ([
2121
`<!-- mili upgrade type: ${upgrade} -->`,
2222
].join('\n')),

0 commit comments

Comments
 (0)