I'm trying to insert a footnote in the markdown syntax.
- I turned on Markdown Extra in the configuration
- on the page I added: [^1]
- In the footer of the article I added: [^1] Footnote description...
However, the problem is with linking. The URL to which the footnote links in the article looks like this:
http://192.168.0.2:3000/#fn:1
when the actual article URL is:
http://192.168.0.2:3000/privacy#fn:1
In other words, it links to the home page, not the actual article page.