firecrawl/apps/api/sharedLibs/go-html-to-md
2024-11-11 21:09:27 +01:00
..
.gitignore WebScraper refactor into scrapeURL (#714) 2024-11-07 20:57:33 +01:00
go.mod Fix go parser 2024-10-31 17:36:32 +02:00
go.sum Fix go parser 2024-10-31 17:36:32 +02:00
html-to-markdown.go fix(html-to-markdown): build error 2024-11-11 21:09:27 +01:00
README.md Fix go parser 2024-10-31 17:36:32 +02:00

To build the go-html-to-md library, run the following command:

cd apps/api/src/lib/go-html-to-md
go build -o html-to-markdown.so -buildmode=c-shared html-to-markdown.go
chmod +x html-to-markdown.so