MSzturc / obsidian-advanced-slides

Create markdown-based reveal.js presentations in Obsidian
https://mszturc.github.io/obsidian-advanced-slides/
MIT License
939 stars 80 forks source link

Incorrectly numbered footnotes across slides #304

Open Tsunami014 opened 3 weeks ago

Tsunami014 commented 3 weeks ago

Describe the bug The footnotes are incorrectly numbered across slides, and also if they are text then it instead renders it as numbers

Samples to Reproduce

One[^1]

Two[^2]

---

Should be three[^3]

But is in fact a one

Should be four[^4]

But is in fact a two

---

Should be 'hello'[^hello]

But is instead a one

---

# References:
[^1]: One
[^2]: Two

---

[^3]: Three
[^4]: Four

[^hello]: Hello

Expected behavior It should be expected that the numbers would be as it appears in the markdown

But, across slides it resets the numbers back to one again instead of use what it says and that isn't supposed to happen