sw step Lorem. | sw note X | sw step Ipsum. | sw note X
Current output:
1. Lorem [1].
2. Ipsum [2].
Notes:
[1] X
[2] X
Expected output:
1. Lorem [1].
2. Ipsum [2].
Notes:
[1] X
The annoying thing is that this is handled correctly if all the footnotes are spcified in the same protocol, so my guess is that I need to have the top-level main function somwhoe re-evaluate the footnotes.
For example:
Current output:
Expected output:
The annoying thing is that this is handled correctly if all the footnotes are spcified in the same protocol, so my guess is that I need to have the top-level main function somwhoe re-evaluate the footnotes.