Skip to content

Commit

Permalink
rm extra comma
Browse files Browse the repository at this point in the history
  • Loading branch information
techknowlogick committed Apr 26, 2023
1 parent fee347d commit fdfbd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/setting/markup.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ var Markdown = struct {
}{
EnableHardLineBreakInComments: true,
EnableHardLineBreakInDocuments: false,
FileExtensions: strings.Split(".md,.markdown,.mdown,.mkd,.livemd,", ","),
FileExtensions: strings.Split(".md,.markdown,.mdown,.mkd,.livemd", ","),
EnableMath: true,
}

Expand Down

0 comments on commit fdfbd3d

Please sign in to comment.