|
From: Thomas K. <th...@co...> - 2001-02-09 04:15:26
|
> How does one maintain the correct correspondence between reference and
> footnote? Give them names (which are then automatically converted
> to numbers)?
---Wiki Input
This will generate FootNotes [2] and [1] and also [_lookHere]
[_lookHere] bla3
lorem ipsum
[2] bla2
[1] bla1
---Wiki output would be
This will generate FootNotes [3] and [2] and also [1] lorem ipsum
[1] bla3
[2] bla2
[3] bla1
nice would be also
---Wiki Input
This will generate FootNotes [2] and [1] and also [_lookHere]
[_lookHere] bla3
[2] bla2
lorem ipsum
[_lookHere] bla4
[1] bla1
[_lookHere] bla5
---Wiki output would be
This will generate FootNotes [3] and [2] and also [1] lorem ipsum
[1] bla3
bla4
bla5
[2] bla2
[3] bla1
Thomas
|