add blackfriday markdown processor to text processing section

This commit is contained in:
Marcus Kazmierczak 2014-07-06 09:23:30 -07:00
parent e26790dc05
commit b6b6010e3e

View File

@ -99,6 +99,8 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw
* [yaml](https://bitbucket.org/zombiezen/yaml) - Implements a YAML 1.2 parser in Go.
* [go-pkg-xmlx](https://github.com/jteeuwen/go-pkg-xmlx) - Extension to the standard Go XML package. Maintains a node tree that allows forward/backwards browsing and exposes some simple single/multi-node search functions.
* [go-pkg-rss](https://github.com/jteeuwen/go-pkg-rss) - This package reads RSS and Atom feeds and provides a caching mechanism that adheres to the feed specs.
* [blackfriday](https://github.com/russross/blackfriday) - Markdown
processor in Go
## Testing