🐛 粘贴引用后转义消失 Fix https://github.com/siyuan-note/siyuan/issues/6054
This commit is contained in:
parent
658193a86f
commit
15df95385a
3 changed files with 4 additions and 2 deletions
2
app/stage/protyle/js/lute/lute.min.js
vendored
2
app/stage/protyle/js/lute/lute.min.js
vendored
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@ require (
|
|||
github.com/88250/clipboard v0.1.5
|
||||
github.com/88250/css v0.1.2
|
||||
github.com/88250/gulu v1.2.3-0.20220929123404-da1dc91c9343
|
||||
github.com/88250/lute v1.7.5-0.20221003081612-8925a340e41a
|
||||
github.com/88250/lute v1.7.5-0.20221003092458-efd77ea45b2b
|
||||
github.com/88250/pdfcpu v0.3.13
|
||||
github.com/88250/vitess-sqlparser v0.0.0-20210205111146-56a2ded2aba1
|
||||
github.com/ConradIrwin/font v0.0.0-20210318200717-ce8d41cc0732
|
||||
|
|
|
@ -23,6 +23,8 @@ github.com/88250/lute v1.7.5-0.20221003075424-e3d6e699ca21 h1:hPD3uQuZj5W2VpyNV+
|
|||
github.com/88250/lute v1.7.5-0.20221003075424-e3d6e699ca21/go.mod h1:cEoBGi0zArPqAsp0MdG9SKinvH/xxZZWXU7sRx8vHSA=
|
||||
github.com/88250/lute v1.7.5-0.20221003081612-8925a340e41a h1:FZXJ70fprHxPY09bDbmcIKHSU60zzIMaIbWdH5NAg5w=
|
||||
github.com/88250/lute v1.7.5-0.20221003081612-8925a340e41a/go.mod h1:cEoBGi0zArPqAsp0MdG9SKinvH/xxZZWXU7sRx8vHSA=
|
||||
github.com/88250/lute v1.7.5-0.20221003092458-efd77ea45b2b h1:tbQeFhsaWm5VLgx8J+yeoGOxUEWmnien2MQW4p4MF7s=
|
||||
github.com/88250/lute v1.7.5-0.20221003092458-efd77ea45b2b/go.mod h1:cEoBGi0zArPqAsp0MdG9SKinvH/xxZZWXU7sRx8vHSA=
|
||||
github.com/88250/pdfcpu v0.3.13 h1:touMWMZkCGalMIbEg9bxYp7rETM+zwb9hXjwhqi4I7Q=
|
||||
github.com/88250/pdfcpu v0.3.13/go.mod h1:S5YT38L/GCjVjmB4PB84PymA1qfopjEhfhTNQilLpv4=
|
||||
github.com/88250/vitess-sqlparser v0.0.0-20210205111146-56a2ded2aba1 h1:48T899JQDwyyRu9yXHePYlPdHtpJfrJEUGBMH3SMBWY=
|
||||
|
|
Loading…
Add table
Reference in a new issue