Show More
@@ -56,7 +56,8 b' Out[{{cell.prompt_number}}]:' | |||
|
56 | 56 | {% block headingcell scoped %} |
|
57 | 57 | <div class="text_cell_render border-box-sizing rendered_html"> |
|
58 | 58 | <h{{cell.level}}> |
|
59 | <a class="heading-anchor" name="{{cell.source}}"> | |
|
59 | {% set source = cell.source | replace(' ','_') %} | |
|
60 | <a class="heading-anchor" id="{{source}}" href="#{{source}}"> | |
|
60 | 61 | {{cell.source}} |
|
61 | 62 | </a> |
|
62 | 63 | </h{{cell.level}}> |
General Comments 0
You need to be logged in to leave comments.
Login now