Browse Source

:art: Update default block ref export mode to 4 (convert to footnotes)

Daniel 9 tháng trước cách đây
mục cha
commit
da84195df3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      kernel/conf/export.go

+ 1 - 1
kernel/conf/export.go

@@ -46,7 +46,7 @@ func NewExport() *Export {
 	return &Export{
 		ParagraphBeginningSpace: false,
 		AddTitle:                true,
-		BlockRefMode:            3,
+		BlockRefMode:            4,
 		BlockEmbedMode:          1,
 		BlockRefTextLeft:        "",
 		BlockRefTextRight:       "",