##// END OF EJS Templates
Added new structure (input prompt and inner cell) to markdown cells.
damianavila -
Show More
@@ -55,8 +55,11 In [{{ cell.prompt_number }}]:
55 55
56 56 {% block markdowncell scoped %}
57 57 <div class="text_cell_render border-box-sizing rendered_html">
58 <div class="prompt input_prompt"></div>
59 <div class="inner_cell">
58 60 {{ cell.source | markdown2html | strip_files_prefix }}
59 61 </div>
62 </div>
60 63 {%- endblock markdowncell %}
61 64
62 65 {% block headingcell scoped %}
General Comments 0
You need to be logged in to leave comments. Login now