• blckfrdy.zip (92K)

    Uploaded Wed Jan 27 2021 20:13:08

    Blackfriday Markdown processor implemented
    in Go.  It is paranoid about its input (so
    you can safely feed it user-supplied data),
    it is fast, supports common extensions
    (tables, smart punctuation substitutions,
    etc.), it is safe for all utf-8 (unicode)
    input.  HTML output supported, along with
    Smartypants extensions.  An experimental
    LaTeX output engine is also included.
    https://github.com/russross/blackfriday
    
  • bluemndy.zip (138K)

    Uploaded Wed Jan 27 2021 20:13:08

    bluemonday is a HTML sanitizer implemented
    in Go.  Fast & highly configurable.  Takes
    untrusted user generated content as an
    input, and will return HTML that has been
    sanitised against a whitelist of approved
    HTML elements and attributes so that you can
    safely include the content in your web page.
    If you accept user generated content, and
    your server uses Go, you need bluemonday.
    https://github.com/microcosm-cc/bluemonday
    
  • go-human.zip (17K)

    Uploaded Wed Jan 27 2021 20:13:08

    Go Humans! (formatters for units to human
    friendly sizes).  Just a few functions for
    helping humanize times and sizes.
    http://godoc.org/github.com/dustin/
    go-humanize [wraps]