summaryrefslogtreecommitdiffstats
path: root/helpers/pygments.go
diff options
context:
space:
mode:
authorKim Gressens <kim.gressens@gmail.com>2016-10-06 14:59:49 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-10-06 14:59:49 +0200
commitfbce84450bbdeff46f4ff63d0d39b995110b4f0a (patch)
treeed0b5ff0d209bbf5dffa36a1bded02bbc606114a /helpers/pygments.go
parent27d7aa5f1034bcc64f02faeb5d928d1de0e5ea02 (diff)
Whitelist startinline pygments option
Diffstat (limited to 'helpers/pygments.go')
-rw-r--r--helpers/pygments.go1
1 files changed, 1 insertions, 0 deletions
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 {