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