diff --git a/IPython/nbconvert/templates/html/basic.tpl b/IPython/nbconvert/templates/html/basic.tpl index 9b8b76f..d1947db 100644 --- a/IPython/nbconvert/templates/html/basic.tpl +++ b/IPython/nbconvert/templates/html/basic.tpl @@ -59,6 +59,7 @@ In [{{ cell.prompt_number }}]: {% endblock output %} {% block markdowncell scoped %} +
{{ self.empty_in_prompt() }}
@@ -67,9 +68,11 @@ In [{{ cell.prompt_number }}]:
+ {%- endblock markdowncell %} {% block headingcell scoped %} +
{{ self.empty_in_prompt() }}
@@ -78,6 +81,7 @@ In [{{ cell.prompt_number }}]:
+ {% endblock headingcell %} {% block unknowncell scoped %}