From e904ccffb62583a2d4f108879788c9a37a6faf72 Mon Sep 17 00:00:00 2001 From: Ben Thomas Date: Thu, 3 Dec 2015 17:17:48 -0700 Subject: [PATCH] added more pygments opts --- helpers/pygments.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/helpers/pygments.go b/helpers/pygments.go index 3adde75f7..b0e11cb75 100644 --- a/helpers/pygments.go +++ b/helpers/pygments.go @@ -140,6 +140,10 @@ func init() { pygmentsKeywords["linenos"] = true pygmentsKeywords["classprefix"] = true pygmentsKeywords["startinline"] = true + pygmentsKeywords["title"] = true + pygmentsKeywords["anchorlinenos"] = true + pygmentsKeywords["lineanchors"] = true + pygmentsKeywords["linespans"] = true } func parseOptions(options map[string]string, in string) error {