Iframe support
This commit is contained in:
@@ -2,7 +2,7 @@ module html-to-markdown.go
|
||||
|
||||
go 1.19
|
||||
|
||||
require github.com/JohannesKaufmann/html-to-markdown v1.6.0
|
||||
require github.com/tomkosm/html-to-markdown v0.0.0-20241031120941-3a729f6b7751
|
||||
|
||||
require (
|
||||
github.com/PuerkitoBio/goquery v1.9.2 // indirect
|
||||
@@ -12,3 +12,5 @@ require (
|
||||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
||||
gopkg.in/yaml.v2 v2.4.0 // indirect
|
||||
)
|
||||
|
||||
replace github.com/JohannesKaufmann/html-to-markdown => github.com/tomkosm/html-to-markdown v0.0.0-20241031120941-3a729f6b7751
|
||||
|
||||
Reference in New Issue
Block a user