mirror of
https://github.com/getpelican/pelican.git
synced 2026-05-27 19:16:14 +02:00
remoed ipdb referenc
This commit is contained in:
parent
9506802558
commit
118656ea9b
1 changed files with 0 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ from pygments.lexers import get_lexer_by_name, TextLexer
|
|||
import re
|
||||
|
||||
INLINESTYLES = False
|
||||
# import ipdb;ipdb.set_trace()
|
||||
DEFAULT = HtmlFormatter(noclasses=INLINESTYLES, linenos=True)
|
||||
VARIANTS = {
|
||||
'linenos': HtmlFormatter(noclasses=INLINESTYLES, linenos=True),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue