little workaround to get syntax highlighting back in ipython notebooks
This commit is contained in:
parent
08076ac725
commit
166c9cbb7d
@ -68,7 +68,8 @@ PLUGIN_PATHS = ['pelican-plugins']
|
||||
PLUGINS = ['liquid_tags.youtube', 'liquid_tags.vimeo', 'liquid_tags.notebook']
|
||||
|
||||
NOTEBOOK_DIR = 'notebooks'
|
||||
EXTRA_HEADER = open('_nb_header.html').read().decode('utf-8')
|
||||
EXTRA_HEADER = open('_nb_header.html').read().decode('utf-8').replace(
|
||||
'highlight', 'highlight-ipynb')
|
||||
|
||||
LOAD_CONTENT_CACHE = True
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user