From 8a5f39a12cbb349421e9663b1b97fdea0f4a6702 Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 25 Mar 2024 00:00:30 +0800 Subject: [PATCH] :bug: Line break lost after soft break of end-of-line element https://github.com/siyuan-note/siyuan/issues/10718 --- kernel/go.mod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kernel/go.mod b/kernel/go.mod index 25391bade..44fdacc3c 100644 --- a/kernel/go.mod +++ b/kernel/go.mod @@ -172,8 +172,7 @@ replace github.com/mattn/go-sqlite3 => github.com/88250/go-sqlite3 v1.14.13-0.20 //replace github.com/siyuan-note/riff => D:\88250\riff //replace github.com/siyuan-note/httpclient => D:\88250\httpclient //replace github.com/siyuan-note/filelock => D:\88250\filelock -replace github.com/88250/lute => D:\gogogo\src\github.com\88250\lute - +//replace github.com/88250/lute => D:\gogogo\src\github.com\88250\lute //replace github.com/88250/pdfcpu => D:\88250\pdfcpu //replace github.com/88250/gulu => D:\88250\gulu //replace github.com/mattn/go-sqlite3 => D:\88250\go-sqlite3