Iframe support

This commit is contained in:
Thomas Kosmas
2024-10-31 14:40:33 +02:00
parent 728d6a16de
commit fe02101a12
4 changed files with 8 additions and 35 deletions
+3 -1
View File
@@ -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