mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Allow 'classprefix' pygments options.
This commit is contained in:
parent
bec2c1e37a
commit
ee5a1bbf44
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ func init() {
|
|||
pygmentsKeywords["noclasses"] = true
|
||||
pygmentsKeywords["hl_lines"] = true
|
||||
pygmentsKeywords["linenos"] = true
|
||||
pygmentsKeywords["classprefix"] = true
|
||||
}
|
||||
|
||||
func parsePygmentsOpts(in string) (string, error) {
|
||||
|
|
Loading…
Reference in a new issue