##// END OF EJS Templates
Added missing space.
damianavila -
Show More
@@ -64,7 +64,7 b' Out[{{cell.prompt_number}}]:{% endif %}{% endblock output_prompt %}'
64
64
65 {% block headingcell scoped %}
65 {% block headingcell scoped %}
66 {%- set len = cell.source|length -%}
66 {%- set len = cell.source|length -%}
67 {{ cell.source | markdown2rst}}
67 {{ cell.source | markdown2rst }}
68 {% if cell.level == 1 %}
68 {% if cell.level == 1 %}
69 {{- '=' * len }}
69 {{- '=' * len }}
70 {%- elif cell.level == 2 %}
70 {%- elif cell.level == 2 %}
General Comments 0
You need to be logged in to leave comments. Login now