From fbce84450bbdeff46f4ff63d0d39b995110b4f0a Mon Sep 17 00:00:00 2001 From: Kim Gressens 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 38266b267..6f7485845 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 {