Skip to content

Commit 4733599

Browse files
committed
Add .livemd as a markdown extension
1 parent 2914c52 commit 4733599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/setting/setting.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ var (
348348
}{
349349
EnableHardLineBreakInComments: true,
350350
EnableHardLineBreakInDocuments: false,
351-
FileExtensions: strings.Split(".md,.markdown,.mdown,.mkd", ","),
351+
FileExtensions: strings.Split(".md,.markdown,.mdown,.mkd,.livemd", ","),
352352
EnableMath: true,
353353
}
354354

0 commit comments

Comments
 (0)