From f1ba726037eda854d6e1cbbe8d0320ea7445a65e 2014-01-14 15:56:21
From: damianavila <damianavila@gmail.com>
Date: 2014-01-14 15:56:21
Subject: [PATCH] Added new structure (input prompt and inner cell) to markdown cells.

---

diff --git a/IPython/nbconvert/templates/html/basic.tpl b/IPython/nbconvert/templates/html/basic.tpl
index 543beee..86a8f68 100644
--- a/IPython/nbconvert/templates/html/basic.tpl
+++ b/IPython/nbconvert/templates/html/basic.tpl
@@ -55,8 +55,11 @@ In&nbsp;[{{ cell.prompt_number }}]:
 
 {% block markdowncell scoped %}
 <div class="text_cell_render border-box-sizing rendered_html">
+<div class="prompt input_prompt"></div>
+<div class="inner_cell">
 {{ cell.source  | markdown2html | strip_files_prefix }}
 </div>
+</div>
 {%- endblock markdowncell %}
 
 {% block headingcell scoped %}