From fbce84450bbdeff46f4ff63d0d39b995110b4f0a Mon Sep 17 00:00:00 2001
From: Kim Gressens <kim.gressens@gmail.com>
Date: Thu, 6 Oct 2016 14:59:49 +0200
Subject: [PATCH] Whitelist startinline pygments option

---
 helpers/pygments.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helpers/pygments.go b/helpers/pygments.go
index 38266b26..6f748584 100644
--- 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 {
-- 
2.30.2