Replies: 1 comment
-
I think you'll find more pandoc expertise on their github discussions. If pandoc doesn't support this natively I'm pretty sure a Lua filter can do it, but that's not necessarily easy. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to have Pandoc convert footnotes and endnotes from my markdown document? I am writing a book in Scrivener, and am using both note styles.
When I export to MulitMarkdown from Scrivener, this is the format it spits out:
The
[^cf#]
ones are meant to be footnotes on the page itself, where the[^fn#]
are meant to be endnotes.When I use Pandoc to convert to a DOCX file, they all appear as footnotes on the page, so the footnote/endnote distinction is gone.
Beta Was this translation helpful? Give feedback.
All reactions