react-native-markdown-display
react-native-markdown-display copied to clipboard
Footnotes not working
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:
Am I doing anything wrong?
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...