Whitelist startinline pygments option
authorKim Gressens <kim.gressens@gmail.com>
Thu, 6 Oct 2016 12:59:49 +0000 (14:59 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 6 Oct 2016 12:59:49 +0000 (14:59 +0200)
helpers/pygments.go

index 38266b26756b61dfb881d7ec7711b9e64cde2e16..6f74858459c95ebb67b68ba5460c84d40b5ede08 100644 (file)
@@ -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 {