Skip to content

Abbreviations don't work in footnotes #440

@thomasleese

Description

@thomasleese

It looks like abbreviations don't work in footnotes, with the following Markdown input I would expect to see an abbr tag in both the paragraph at the beginning and then in the footnote paragraph as well, but it doesn't appear in the footnote.

Input:

There is a TXT file here. [^1]

*[TXT]: Text File

[^1]: A TXT file.

Output:

<p>There is a <abbr title="Text File">TXT</abbr> file here. <sup id="fnref:1"><a href="#fn:1" class="footnote">1</a></sup></p>

<div class="footnotes">
  <ol>
    <li id="fn:1">
      <p>A TXT file.&nbsp;<a href="#fnref:1" class="reversefootnote">&#8617;</a></p>
    </li>
  </ol>
</div>

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions