You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this can be resolved for example by including in some form (maybe a hash?) the note's route in the footnote's id. The downside is that the ids will be ugly.
Another idea is to construct the ids in a different way only when the note is embedded.
The text was updated successfully, but these errors were encountered:
A note that both
will have two elements with the same id attribute in the resulting HTML, which is an error.
This happens because the footnotes numbering scheme does not depend on the note:
https://github.com/EmaApps/emanote/blob/944767a86152af3aab884e7c2ce5382c94162f33/default/templates/components/pandoc.tpl#L60
I think this can be resolved for example by including in some form (maybe a hash?) the note's route in the footnote's id. The downside is that the ids will be ugly.
Another idea is to construct the ids in a different way only when the note is embedded.
The text was updated successfully, but these errors were encountered: