Skip to content

Commit fdfbd3d

Browse files
rm extra comma
1 parent fee347d commit fdfbd3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/setting/markup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var Markdown = struct {
3333
}{
3434
EnableHardLineBreakInComments: true,
3535
EnableHardLineBreakInDocuments: false,
36-
FileExtensions: strings.Split(".md,.markdown,.mdown,.mkd,.livemd,", ","),
36+
FileExtensions: strings.Split(".md,.markdown,.mdown,.mkd,.livemd", ","),
3737
EnableMath: true,
3838
}
3939

0 commit comments

Comments
 (0)