-
Hi, I'm trying to reuse a footnote in multiple places in a book chapter like so: The force in the x direction of the beam [^*]
...
...
...
The torque in the x direction of the beam [^*]
...
[^*]: equal and opposite at each end
Two problems - you can't use symbols/letters it seems (#1741) which I would prefer. Ignoring that; when I render the document it creates a new footnote for each time I have used it in the document instead of just having the one expected footnote. How do I fix this behaviour and reuse the footnote? |
Beta Was this translation helpful? Give feedback.
Answered by
jjallaire
Aug 14, 2022
Replies: 1 comment 1 reply
-
This is unfortunately a limitation of Pandoc (our markdown rendering engine). You can see the discussion here: jgm/pandoc#1603 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jjallaire
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is unfortunately a limitation of Pandoc (our markdown rendering engine). You can see the discussion here: jgm/pandoc#1603