mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
added more pygments opts
This commit is contained in:
parent
9008ac0b55
commit
e904ccffb6
1 changed files with 4 additions and 0 deletions
|
@ -140,6 +140,10 @@ func init() {
|
||||||
pygmentsKeywords["linenos"] = true
|
pygmentsKeywords["linenos"] = true
|
||||||
pygmentsKeywords["classprefix"] = true
|
pygmentsKeywords["classprefix"] = true
|
||||||
pygmentsKeywords["startinline"] = 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 {
|
func parseOptions(options map[string]string, in string) error {
|
||||||
|
|
Loading…
Reference in a new issue