react-native-markdown-display icon indicating copy to clipboard operation
react-native-markdown-display copied to clipboard

Footnotes not working

Open fardeem opened this issue 1 year ago • 2 comments

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?

fardeem avatar Apr 23 '24 01:04 fardeem

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...

mobynet1 avatar Jun 10 '24 23:06 mobynet1