8000 Footnotes after exclamation points are not recognized iin Markdown · Issue #7723 · jgm/pandoc · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Footnotes after exclamation points are not recognized iin Markdown #7723
Closed
@fiapps

Description

@fiapps
echo 'Bug!^[Note.]' | pandoc -t markdown | pandoc

Output:

[WARNING] Note with key '1' defined at line 3 column 1 but not used.
<p>Bug[^1]</p>

This is pandoc 2.16.2 on macOS 11.6. The first pandoc command produces this, which looks valid to me, but pandoc fails to recognize that there's a reference to the footnote:

Bug![^1]

[^1]: Note.

Since pandoc is failing to parse its own input, I believe there is a bug either in the output or the input side.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0