mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
Allow 'classprefix' pygments options.
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user