Skip to content

Footnote ref number in TOC #660

@mustafa0x

Description

@mustafa0x
In [13]: t = '''  ...: # Header with footnote[^1]  ...:   ...: Lorem Ipsum  ...:   ...: [^1]: footnote text  ...: ''' In [14]: print(markdown.markdown('[TOC]\n\n' + t, extensions=['markdown.extensions.toc', 'markdown.extensions.footnotes']))
<div class="toc"> <ul> <li><a href="#header-with-footnote1">Header with footnote1</a></li> <!-- Note the '1' in the header id and more importantly the link text --> </ul> </div> <h1 id="header-with-footnote1">Header with footnote<sup id="fnref:1"><a class="footnote-ref" href="#fn:1" rel="footnote">1</a></sup></h1> <p>Lorem Ipsum</p> <div class="footnote"> <hr /> <ol> <li id="fn:1"> <p>footnote text&#160;<a class="footnote-backref" href="#fnref:1" rev="footnote" title="Jump back to footnote 1 in the text">&#8617;</a></p> </li> </ol> </div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugBug report.extensionRelated to one or more of the included extensions.someday-maybeApproved low priority request.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions