In http://pythonhosted.org/Markdown/extensions/toc.html#usage there is option of permalink
.
- I want to change the default symbol of
¶
to some other ASCII char. How to do it? - Change the distance of the symbol form the header?
Example: Now I get this
<h3 id="title1">title1<a title="Permanent link" href="#title1" class="headerlink">¶</a></h3>
But I want to change the ¶ symbol to other ASCII and change its distance from header.