mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
added comma
This commit is contained in:
parent
498e44f36c
commit
3724841ea4
1 changed files with 2 additions and 1 deletions
|
|
@ -96,7 +96,8 @@ _DEFAULT_CONFIG = {'PATH': os.curdir,
|
|||
# This will allow users to import formatters form
|
||||
# outside the pelican source.
|
||||
# pelicanconf.py : PYGMENTS_FORMATTER = "my.custom.formatter"
|
||||
'PYGMENTS_FORMATTER': 'pygments.formatters.HtmlFormatter'
|
||||
'PYGMENTS_FORMATTER': 'pygments.formatters.HtmlFormatter',
|
||||
'PYGMENTS_FORMATTER_RENDER_CSS': False
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue