Is it possible to place Markdown footnotes somewhere else in the page? #921
-
My posts are structured as follows <section>
<article>
<header>
</header>
<p>Content goes here</p>
<!-- if there are footnotes -->
<footer>
Footnotes...
</footer>
</article>
</section> But since I have my lastedit extension active, which is inserted via My question now is whether I can get the footnotes to the very end of the content or whether I can alternatively hook the output of At the moment I have solved this using JavaScript, but I would like to use as little JS as possible (preferably none at all). |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
I think you can achieve this using |
Beta Was this translation helpful? Give feedback.
-
This is uncharted territory as far as I know. Usually the Markdown parser takes one piece of raw content data and returns one piece of HTML content data. Markdown footnotes are placed at the bottom of the HTML content data. I like to mention that Markdown footnotes were introduced by the Markdown Extra syntax, they were not part of the original Markdown syntax. If someone wants to manipulate Markdown footnotes, here some thoughts and ideas:
Happy coding. Let me know what you find out. |
Beta Was this translation helpful? Give feedback.
-
No, this is not possible at the moment. |
Beta Was this translation helpful? Give feedback.
No, this is not possible at the moment.