You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---------------------------------- ---------------------------------
Some text with a[^1] foonote[^2] More text with[^3] foonotes[^4]
---------------------------------- ---------------------------------
[^1]: first footnote
[^2]: This is a note with a [link](link.html)
[^3]: third footnote
[^4]: This the second note with a [link](link.html)
run pandoc -r markdown -w rst and get:
+--------------------------------------+-------------------------------------+
| Some text with a [5]_ foonote [6]_ | More text with [7]_ foonotes [8]_ |
+--------------------------------------+-------------------------------------+
.. [1]
first footnote
.. [2]
This is a note with a `link <link.html>`__
.. [3]
third footnote
.. [4]
This the second note with a `link <link.html>`__
.. [5]
first footnote
.. [6]
This is a note with a `link <link.html>`__
.. [7]
third footnote
.. [8]
This the second note with a `link <link.html>`__
Note the footnotes are duplicated, and only the second set are referenced.
For this markdown doc:
run
pandoc -r markdown -w rst
and get:Note the footnotes are duplicated, and only the second set are referenced.
Version info:
The text was updated successfully, but these errors were encountered: