Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKim Gressens <kim.gressens@gmail.com>2016-10-06 15:59:49 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-10-06 15:59:49 +0300
commitfbce84450bbdeff46f4ff63d0d39b995110b4f0a (patch)
treeed0b5ff0d209bbf5dffa36a1bded02bbc606114a /helpers
parent27d7aa5f1034bcc64f02faeb5d928d1de0e5ea02 (diff)
Whitelist startinline pygments option
Diffstat (limited to 'helpers')
-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 {