From d819b85728f2c390c749b95e1c8596dfa02f8a90 Mon Sep 17 00:00:00 2001 From: Matt Cottingham Date: Sun, 6 Jul 2014 19:26:25 +0100 Subject: [PATCH] Add bluemonday HTML sanitizer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4103bb7..31887b3a 100644 --- a/README.md +++ b/README.md @@ -126,6 +126,7 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [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 + * [bluemonday](https://github.com/microcosm-cc/bluemonday) - HTML Sanitizer ## Testing