##// END OF EJS Templates
We used a better wordwrap function provided by Jinja which let us wrap the titles in the correct way.
damianavila -
Show More
@@ -61,7 +61,7 $$
61
61
62 {% block headingcell scoped %}
62 {% block headingcell scoped %}
63
63
64 {{ '#' * cell.level }} {{ cell.source }}
64 {{ '#' * cell.level }} {{ cell.source | wordwrap(80, False, '\n'+'#' * cell.level+' ')}}
65
65
66 {% endblock headingcell %}
66 {% endblock headingcell %}
67
67
General Comments 0
You need to be logged in to leave comments. Login now