##// END OF EJS Templates
Do not wrap headers in markdown.tpl because inconsistency in the interpretation of multiline headers.
damianavila -
Show More
@@ -61,7 +61,7 b' $$'
61 61
62 62 {% block headingcell scoped %}
63 63
64 {{ '#' * cell.level }} {{ cell.source | wordwrap(80, False, '\n'+'#' * cell.level+' ')}}
64 {{ '#' * cell.level }} {{ cell.source }}
65 65
66 66 {% endblock headingcell %}
67 67
General Comments 0
You need to be logged in to leave comments. Login now