🎨 Update initial code block definition
Some checks failed
Build and Release Voidraft / prepare (push) Failing after 2s
Build and Release Voidraft / build (push) Has been cancelled
Build and Release Voidraft / release (push) Has been cancelled

This commit is contained in:
2025-11-16 17:49:19 +08:00
parent afda3d5301
commit 5d6f157ae1
3 changed files with 3 additions and 14 deletions

View File

@@ -30,5 +30,5 @@ func NewDocument(title, content string) *Document {
// NewDefaultDocument 创建默认文档
func NewDefaultDocument() *Document {
return NewDocument("default", "∞∞∞text-a\n")
return NewDocument("default", "\n∞∞∞text-a\n")
}