added more pygments opts

This commit is contained in:
Ben Thomas
2015-12-03 17:17:48 -07:00
committed by Steve Francia
parent 9008ac0b55
commit e904ccffb6

View File

@@ -140,6 +140,10 @@ func init() {
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 {