mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-10 13:12:05 -04:00
Allow 'classprefix' pygments options.
This commit is contained in:
parent
bec2c1e37a
commit
ee5a1bbf44
@ -122,6 +122,7 @@ func init() {
|
|||||||
pygmentsKeywords["noclasses"] = true
|
pygmentsKeywords["noclasses"] = true
|
||||||
pygmentsKeywords["hl_lines"] = true
|
pygmentsKeywords["hl_lines"] = true
|
||||||
pygmentsKeywords["linenos"] = true
|
pygmentsKeywords["linenos"] = true
|
||||||
|
pygmentsKeywords["classprefix"] = true
|
||||||
}
|
}
|
||||||
|
|
||||||
func parsePygmentsOpts(in string) (string, error) {
|
func parsePygmentsOpts(in string) (string, error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user