From 2f07efd653d0ae73007f49ca9052355b5c0804d9 2014-03-06 21:26:44 From: Jonathan Frederic Date: 2014-03-06 21:26:44 Subject: [PATCH] Removed input div from markdown and heading cells --- diff --git a/IPython/nbconvert/templates/html/basic.tpl b/IPython/nbconvert/templates/html/basic.tpl index 9a7e428..77fade2 100644 --- a/IPython/nbconvert/templates/html/basic.tpl +++ b/IPython/nbconvert/templates/html/basic.tpl @@ -62,7 +62,6 @@ In [{{ cell.prompt_number }}]: {% block markdowncell scoped %}
-
{{ self.empty_in_prompt() }}
@@ -70,12 +69,10 @@ In [{{ cell.prompt_number }}]:
-
{%- endblock markdowncell %} {% block headingcell scoped %}
-
{{ self.empty_in_prompt() }}
@@ -83,7 +80,6 @@ In [{{ cell.prompt_number }}]:
-
{% endblock headingcell %} {% block unknowncell scoped %}