🐛 表格内多个连续的超链接无法换行显示 Fix https://github.com/siyuan-note/siyuan/issues/5966
This commit is contained in:
parent
89f4c33d88
commit
163ae28cf2
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
|
@ -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.20220925154756-852439eedbcd
|
||||
github.com/88250/lute v1.7.5-0.20220926042211-19f4ba83fe99
|
||||
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.20220925035655-a9e57528aaf4 h1:3PjuHFHWOMYKjfQnSt
|
|||
github.com/88250/lute v1.7.5-0.20220925035655-a9e57528aaf4/go.mod h1:cEoBGi0zArPqAsp0MdG9SKinvH/xxZZWXU7sRx8vHSA=
|
||||
github.com/88250/lute v1.7.5-0.20220925154756-852439eedbcd h1:LhCa7xryyJLTHHVJwVQ3IvzFjAe1M05h0UiSWDATl30=
|
||||
github.com/88250/lute v1.7.5-0.20220925154756-852439eedbcd/go.mod h1:cEoBGi0zArPqAsp0MdG9SKinvH/xxZZWXU7sRx8vHSA=
|
||||
github.com/88250/lute v1.7.5-0.20220926042211-19f4ba83fe99 h1:bcwOGuUy5vteybP3hQ8K3SIsDuzmwoilTZi7fOElfD8=
|
||||
github.com/88250/lute v1.7.5-0.20220926042211-19f4ba83fe99/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