
The Best Go Libraries For Text Processing - Markup Languages (13)
Discover the best Go libraries for Text Processing in Markup Languages! Find the perfect tools to streamline your development and boost productivity. From blackfriday to htmlyaml, we've got you covered. Let the coding begin!
blackfriday
Markdown processor in Go
htmlyaml
Rich rendering of YAML as HTML in Go
bbConvert
Converts bbCode to HTML that allows you to add support for custom bbCode tags
go-toml
Go library for the TOML format with query support and handy cli tools
goldmark
A Markdown parser written in Go. Easy to extend, standard (CommonMark) compliant, well structured
goq
Declarative unmarshalling of HTML using struct tags with jQuery syntax (uses GoQuery)
html-to-markdown
Convert HTML to Markdown. Even works with entire websites and can be extended through rules
htmlquery
An XPath query package for HTML, lets you extract data or evaluate from HTML documents by an XPath expression
htree
Traverse, navigate, filter, and otherwise process trees of [html.Node](https://pkg.go.dev/golang.org/x/net/html#Node) objects
mxj
Encode / decode XML as JSON or map[string]interface{}; extract values with dot-notation paths and wildcards. Replaces x2j and j2x packages
toml
TOML configuration format (encoder/decoder with reflection)
go-output-format
Output go structures into multiple formats (YAML/JSON/etc) in your command line app
bafi
Universal JSON, BSON, YAML, XML translator to ANY format using templates