I am setting up my Wiki and noticed that the footnotes display correctly in the preview box but not after being published. There is something in UNA (CSS?) that is stopping the footnotes from being shown properly.
This post is connected to my VPS Ubuntu 22.04 server. In order to see if this error is restricted to this server, I performed the same test on an older test server which is shared rather than a VPS. They are both using the current UNA install. It has the exact same error. This indicates that it is a coding integration error in the Wiki module between StackEdit and UNA that needs to be fixed by the code developers. Here are screenshots from the shared hosting server showing the same error when trying to use the standard StackEdit footnotes.
Here is what the preview pane link code is supposed to look like. This is the one attached to the content text:
<aid="fnref1"href="#fn1">1</a>
Here is the code for the footnote reference on the bottom of the post:
C
This post is connected to my VPS Ubuntu 22.04 server. In order to see if this error is restricted to this server, I performed the same test on an older test server which is shared rather than a VPS. They are both using the current UNA install. It has the exact same error. This indicates that it is a coding integration error in the Wiki module between StackEdit and UNA that needs to be fixed by the code developers. Here are screenshots from the shared hosting server showing the same error when trying to use the standard StackEdit footnotes.
Here is what the preview pane link code is supposed to look like. This is the one attached to the content text:
<a id="fnref1" href="#fn1">1</a>
Here is the code for the footnote reference on the bottom of the post:
<a class="footnote-backref" href="#fnref1">↩︎</a>