From bbc35f83b7ba5472e99b3da296e08208e797894a 2013-07-08 14:09:28 From: damianavila Date: 2013-07-08 14:09:28 Subject: [PATCH] Added (to full_html and reveal templates) the possbility to read a custom.css file for tweaking the final html. --- diff --git a/IPython/nbconvert/templates/fullhtml.tpl b/IPython/nbconvert/templates/fullhtml.tpl index 11e8acc..343c17c 100644 --- a/IPython/nbconvert/templates/fullhtml.tpl +++ b/IPython/nbconvert/templates/fullhtml.tpl @@ -28,6 +28,9 @@ pre { } + + + diff --git a/IPython/nbconvert/templates/reveal.tpl b/IPython/nbconvert/templates/reveal.tpl index ab035cc..1a402f6 100644 --- a/IPython/nbconvert/templates/reveal.tpl +++ b/IPython/nbconvert/templates/reveal.tpl @@ -85,6 +85,10 @@ div.output_prompt { text-align: inherit; } + + + + {% endblock header%}