URI: 
       Whitelist startinline pygments option - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit fbce84450bbdeff46f4ff63d0d39b995110b4f0a
   DIR parent 27d7aa5f1034bcc64f02faeb5d928d1de0e5ea02
  HTML Author: Kim Gressens <kim.gressens@gmail.com>
       Date:   Thu,  6 Oct 2016 14:59:49 +0200
       
       Whitelist startinline pygments option
       
       
       Diffstat:
         M helpers/pygments.go                 |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
   DIR diff --git a/helpers/pygments.go b/helpers/pygments.go
       @@ -155,6 +155,7 @@ func init() {
                pygmentsKeywords["lineanchors"] = true
                pygmentsKeywords["linespans"] = true
                pygmentsKeywords["anchorlinenos"] = true
       +        pygmentsKeywords["startinline"] = true
        }
        
        func parseOptions(options map[string]string, in string) error {