From 944e58d44a1d3c32e3820ec122e96c717f5d5757 Mon Sep 17 00:00:00 2001 From: Dmitri Shuralyov Date: Sun, 6 Jul 2014 14:40:15 -0700 Subject: [PATCH] Add github_flavored_markdown package. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 40e2f69..24c34d1 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [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 + * [github_flavored_markdown](http://godoc.org/github.com/shurcooL/go/github_flavored_markdown) - GitHub Flavored Markdown renderer in Go. * [bluemonday](https://github.com/microcosm-cc/bluemonday) - HTML Sanitizer