diff --git a/kernel/conf/editor.go b/kernel/conf/editor.go index 518ce8828..d787a41cf 100644 --- a/kernel/conf/editor.go +++ b/kernel/conf/editor.go @@ -50,6 +50,6 @@ func NewEditor() *Editor { VirtualBlockRef: false, BlockRefDynamicAnchorTextMaxLen: 96, PlantUMLServePath: "https://www.plantuml.com/plantuml/svg/~1", - FullWidth: false, + FullWidth: true, } }