mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
added more pygments opts
This commit is contained in:
committed by
Steve Francia
parent
9008ac0b55
commit
e904ccffb6
@@ -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 {
|
||||
|
Reference in New Issue
Block a user