feat: added go html to md parser
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
module html-to-markdown.go
|
||||
|
||||
go 1.22.6
|
||||
|
||||
require github.com/JohannesKaufmann/html-to-markdown v1.6.0
|
||||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.9.2 // indirect
|
||||
github.com/andybalholm/cascadia v1.3.2 // indirect
|
||||
golang.org/x/net v0.25.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user