BookStack icon indicating copy to clipboard operation
BookStack copied to clipboard

二次开发编译问题

Open zhongyue1q opened this issue 5 years ago • 1 comments

编译时出现这个问题该怎么解决? github.com/TruthHun/gotil/mdtil ..\gotil\mdtil\md2html.go:9:9: undefined: blackfriday.Run

github.com/TruthHun/html2json/html2json ..\html2json\html2json\html2json.go:58:23: undefined: blackfriday.Run

zhongyue1q avatar Apr 18 '20 07:04 zhongyue1q

感觉是md2html的库没有拉到,执行 go mod download ,再试试

smarteng avatar Sep 15 '20 01:09 smarteng