ref: fbce84450bbdeff46f4ff63d0d39b995110b4f0a
parent: 27d7aa5f1034bcc64f02faeb5d928d1de0e5ea02
author: Kim Gressens <[email protected]>
date: Thu Oct 6 10:59:49 EDT 2016
Whitelist startinline pygments option
--- a/helpers/pygments.go
+++ b/helpers/pygments.go
@@ -155,6 +155,7 @@
pygmentsKeywords["lineanchors"] = true
pygmentsKeywords["linespans"] = true
pygmentsKeywords["anchorlinenos"] = true
+ pygmentsKeywords["startinline"] = true
}
func parseOptions(options map[string]string, in string) error {