From 357a50800e1fd8dfcf3f974b6a5463e2ba28a4fd Mon Sep 17 00:00:00 2001 From: Mikhail Kopylov Date: Fri, 3 Jun 2022 15:34:11 +0300 Subject: [PATCH] add goldmark (#4248) Co-authored-by: Mikhail Kopylov --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 730f27a8..4f341a51 100644 --- a/README.md +++ b/README.md @@ -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.