projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d7aa5
)
Whitelist startinline pygments option
author
Kim Gressens
<kim.gressens@gmail.com>
Thu, 6 Oct 2016 12:59:49 +0000
(14:59 +0200)
committer
Bjørn Erik Pedersen
<bjorn.erik.pedersen@gmail.com>
Thu, 6 Oct 2016 12:59:49 +0000
(14:59 +0200)
helpers/pygments.go
patch
|
blob
|
history
diff --git
a/helpers/pygments.go
b/helpers/pygments.go
index 38266b26756b61dfb881d7ec7711b9e64cde2e16..6f74858459c95ebb67b68ba5460c84d40b5ede08 100644
(file)
--- 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 {