remark-footnotes ordering/labeling issue #672
-
When using FN1[^2]
FN2[^1]
[^2]: `FN1` label "2"
[^1]: `FN2` label "1" This behavior seems to be intentional to allow the use of arbitrary labels, like e.g. the common FN1[^*]
FN2[^†]
FN3[^‡]
[^†]: `FN2` label "†"
[^*]: `FN1` label "*"
[^‡]: `FN3` label "‡" Am I missing a plugin to make it work? In CSS it seems possible to customize the labels of ordered lists, however in pure HTML I don't think it is possible (the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
I also tried a more contrived example with inline footnotes, and the result is... funny 😄 FN1[^2]
FNI^[`FNI` Inline footnote]
FNL[^word]
FN2[^1]
[^1]: `FN2` numeric label "1"
[^2]: `FN1` numeric label "2"
[^word]: `FNL` non-numeric label "word"
[^3]: Unused footnote label |
Beta Was this translation helpful? Give feedback.
-
It dawned on me that
i.e. to have ordered list output in HTML with the labels corresponding to the list items' numbers, the And the example in |
Beta Was this translation helpful? Give feedback.
I also tried a more contrived example with inline footnotes, and the result is... funny 😄