iamacup / react-native-markdown-display

React Native 100% compatible CommonMark renderer
MIT License
580 stars 167 forks source link

Footnotes not working #213

Open fardeem opened 5 months ago

fardeem commented 5 months ago

Footnotes seems to be supported but it doesn't seem to work. I'm rendering the following:

const content = `
# hello

hello world [^1]

[^1]: Book pg. 11 
`;

But it renders like this:

image

Am I doing anything wrong?

mobynet1 commented 3 months ago

It is so nice to see so much attention by the GitHub folks are giving to issues... I have this issue, yet it seems as though GitHub, and Microsoft, by proxy, simply do not care...