question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi, thank you for your hard working, really love the flexibility of mdx-bundler.

After searching for a while and testing, it seems that mdx-bundler doesn’t support markdown footnote syntax,

This paragraph has a footnote.[^1]
[^1]: Here's the footnote

should be rendered like

<p>
  This paragraph has a footnote.<sup><a href="#fn1" id="fnref1">1</a></sup>
</p>

Here's the footnote. <a href="#fnref1">↩</a>

Really look forward to this feature.

Thank you!!

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7

github_iconTop GitHub Comments

2reactions
EiffelFlycommented, Jul 30, 2021

I have figured it out!!!

remark-footnote v2.0.0 have some issues are fixed at v3.0.0.

Thankfully xdm is using remark-prase @9.0.0 so we can use remark-footnote v3.0.0 and everything work smoothly!

2reactions
Arcathcommented, Jul 28, 2021

@wooorm Thanks 😃

@EiffelFly mdx-bundler supports remark plugins in its xdmOptions parameter so this should be pretty easy to implement.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Insert footnotes and endnotes - Microsoft Support
How to add footnotes and endnotes in a Word document. ... On the References tab, select Insert Footnote or Insert Endnote. ... Need...
Read more >
Creating footnotes in WORD - Chicago Manual of Style and ...
Here to help! Here to help! The Information desk is on 1st floor of library. If you need more help: Schedule Librarian Appointment...
Read more >
Citing in the Text - Footnote - Referencing Guide - Support
A footnote lists the author, title and details of publication, in that order. Footnotes are used when there are only a small number...
Read more >
Help:Footnotes - Wikipedia
This page explains how to create the Footnotes section for Wikipedia articles. ... because multiple sentences may be supported by the same footnote....
Read more >
Use footnotes and endnotes in Pages on Mac - Apple Support
In Pages on your Mac, add or convert footnotes and endnotes, and change the numbering or symbol used to indicate them.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found