mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
🐛 Markdown hyperlink parsing exception when using API /api/block/* to upsert block Fix https://github.com/siyuan-note/siyuan/issues/7846
This commit is contained in:
parent
b5a9354d44
commit
a54b33095e
3 changed files with 6 additions and 8 deletions
|
|
@ -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.20230321113152-38c4a3d73c37
|
||||
github.com/88250/lute v1.7.6-0.20230330013439-8760e9c073db
|
||||
github.com/88250/lute v1.7.6-0.20230401063148-62a951533845
|
||||
github.com/88250/pdfcpu v0.3.14-0.20230401044135-c7369a99720c
|
||||
github.com/88250/vitess-sqlparser v0.0.0-20210205111146-56a2ded2aba1
|
||||
github.com/ClarkThan/ahocorasick v0.0.0-20230220142845-f237b6348b3e
|
||||
|
|
@ -14,6 +14,8 @@ require (
|
|||
github.com/Masterminds/sprig/v3 v3.2.3
|
||||
github.com/PuerkitoBio/goquery v1.8.1
|
||||
github.com/Xuanwo/go-locale v1.1.0
|
||||
github.com/adrg/strutil v0.2.2
|
||||
github.com/adrg/sysfont v0.1.2
|
||||
github.com/araddon/dateparse v0.0.0-20210429162001-6b43995a97de
|
||||
github.com/common-nighthawk/go-figure v0.0.0-20210622060536-734e95fb86be
|
||||
github.com/denisbrodbeck/machineid v1.0.1
|
||||
|
|
@ -65,8 +67,6 @@ require (
|
|||
dmitri.shuralyov.com/font/woff2 v0.0.0-20180220214647-957792cbbdab // indirect
|
||||
github.com/Masterminds/goutils v1.1.1 // indirect
|
||||
github.com/Masterminds/semver/v3 v3.2.0 // indirect
|
||||
github.com/adrg/strutil v0.2.2 // indirect
|
||||
github.com/adrg/sysfont v0.1.2 // indirect
|
||||
github.com/adrg/xdg v0.3.0 // indirect
|
||||
github.com/alecthomas/chroma v0.10.0 // indirect
|
||||
github.com/andybalholm/cascadia v1.3.1 // indirect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue