🐛 超链接元素标题中存在 " 字符时粘贴无法正常解析 Fix https://github.com/siyuan-note/siyuan/issues/5974

This commit is contained in:
Liang Ding 2022-09-26 23:03:24 +08:00
parent 220206287a
commit 23a5f21645
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
3 changed files with 4 additions and 2 deletions

File diff suppressed because one or more lines are too long

View file

@ -7,7 +7,7 @@ require (
github.com/88250/css v0.1.2
github.com/88250/flock v0.8.2
github.com/88250/gulu v1.2.3-0.20220916075322-eb117059d70a
github.com/88250/lute v1.7.5-0.20220926141229-937efc5b8420
github.com/88250/lute v1.7.5-0.20220926145747-0899a4cd8776
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

View file

@ -23,6 +23,8 @@ github.com/88250/lute v1.7.5-0.20220926135115-006dbf9c7943 h1:Y4cCm5GhzZoiUYAtQE
github.com/88250/lute v1.7.5-0.20220926135115-006dbf9c7943/go.mod h1:cEoBGi0zArPqAsp0MdG9SKinvH/xxZZWXU7sRx8vHSA=
github.com/88250/lute v1.7.5-0.20220926141229-937efc5b8420 h1:R088d2RonUMAWBbB7FLApZVwzGY0x+dmqM1ypKSc96g=
github.com/88250/lute v1.7.5-0.20220926141229-937efc5b8420/go.mod h1:cEoBGi0zArPqAsp0MdG9SKinvH/xxZZWXU7sRx8vHSA=
github.com/88250/lute v1.7.5-0.20220926145747-0899a4cd8776 h1:m4x9WaKAQxmpoiwSzCjoUb9qvmgTOA6w4flVwnHdyjg=
github.com/88250/lute v1.7.5-0.20220926145747-0899a4cd8776/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=