From: Kim Gressens Date: Thu, 6 Oct 2016 12:59:49 +0000 (+0200) Subject: Whitelist startinline pygments option X-Git-Tag: v0.17~6 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fbce84450bbdeff46f4ff63d0d39b995110b4f0a;p=brevno-suite%2Fhugo Whitelist startinline pygments option --- 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 {