From b9e962ff826fb2966486a79690b54c4010a5f2af Mon Sep 17 00:00:00 2001 From: Johannes Kaufmann Date: Sat, 8 Aug 2020 12:28:11 +0200 Subject: [PATCH] add html-to-markdown (#3200) * add html-to-markdown to README.md * change order slightly --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d6e562a1..293ca539 100644 --- a/README.md +++ b/README.md @@ -1749,6 +1749,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [goribot](https://github.com/zhshch2002/goribot) - A simple golang spider/scraping framework,build a spider in 3 lines. * [gotext](https://github.com/leonelquinteros/gotext) - GNU gettext utilities for Go. * [guesslanguage](https://github.com/endeveit/guesslanguage) - Functions to determine the natural language of a unicode text. + * [html-to-markdown](https://github.com/JohannesKaufmann/html-to-markdown) - Convert HTML to Markdown. Even works with entire websites and can be extended through rules. * [htmlquery](https://github.com/antchfx/htmlquery) - An XPath query package for HTML, lets you extract data or evaluate from HTML documents by an XPath expression. * [inject](https://github.com/facebookgo/inject) - Package inject provides a reflect based injector. * [ltsv](https://github.com/Wing924/ltsv) - High performance [LTSV (Labeled Tab Separated Value)](http://ltsv.org/) reader for Go.