all repos — grayfriday @ 8e739c7f0d044677352d1530993879dc319b0cff

blackfriday fork with a few changes

Change Sanitize() to SanitizeBytes() in example
Vytautas Ĺ altenis vytas@rtfb.lt
Sat, 20 Sep 2014 14:48:01 +0300
commit

8e739c7f0d044677352d1530993879dc319b0cff

parent

819f70a832b8b87ae4195bbc917f5baf11bda08a

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md

@@ -65,7 +65,7 @@ )

// ... unsafe := blackfriday.MarkdownCommon(input) -html := bluemonday.UGCPolicy().Sanitize(string(unsafe)) +html := bluemonday.UGCPolicy().SanitizeBytes(unsafe) ``` ### Custom options