add goldmark (#4248)

Co-authored-by: Mikhail Kopylov <mikhail.kopylov@sperasoft.com>
This commit is contained in:
Mikhail Kopylov 2022-06-03 15:34:11 +03:00 committed by GitHub
parent ec72949462
commit 357a50800e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2299,6 +2299,7 @@ See also [Natural Language Processing](#natural-language-processing) and [Text A
- [github_flavored_markdown](https://godoc.org/github.com/shurcooL/github_flavored_markdown) - GitHub Flavored Markdown renderer (using blackfriday) with fenced code block highlighting, clickable header anchor links.
- [go-output-format](https://github.com/drewstinnett/go-output-format) - Output go structures into multiple formats (YAML/JSON/etc) in your command line app.
- [go-toml](https://github.com/pelletier/go-toml) - Go library for the TOML format with query support and handy cli tools.
- [goldmark](https://github.com/yuin/goldmark) - A Markdown parser written in Go. Easy to extend, standard (CommonMark) compliant, well structured.
- [goq](https://github.com/andrewstuart/goq) - Declarative unmarshaling of HTML using struct tags with jQuery syntax (uses GoQuery).
- [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.