ref: e904ccffb62583a2d4f108879788c9a37a6faf72
parent: 9008ac0b55bc0f507e730e8b3d49fa8103e600e1
author: Ben Thomas <[email protected]>
date: Thu Dec 3 12:17:48 EST 2015
added more pygments opts
--- a/helpers/pygments.go
+++ b/helpers/pygments.go
@@ -140,6 +140,10 @@
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 {